Skip to content

Commit

Permalink
ci: allow revert in commits and PRs (#1406)
Browse files Browse the repository at this point in the history
Allows the use of the `revert` semantic commit.
  • Loading branch information
hf committed Feb 8, 2024
1 parent 08cb956 commit 7763bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventional-commits-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const RELEASE_AS_DIRECTIVE = /^\s*Release-As:/im;
const BREAKING_CHANGE_DIRECTIVE = /^\s*BREAKING[ \t]+CHANGE:/im;

const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
"revert",
"feat",
"fix",
"ci",
Expand Down

0 comments on commit 7763bd1

Please sign in to comment.