Skip to content

Commit

Permalink
feat(is-ignored): ignore reapply commits (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Oct 24, 2024
1 parent 65b219e commit 49ba56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/is-ignored/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const wildcards: Matcher[] = [
),
test(/^(Merge tag (.*?))(?:\r?\n)*$/m),
test(/^(R|r)evert (.*)/),
test(/^(R|r)eapply (.*)/),
test(/^(amend|fixup|squash)!/),
isSemver,
test(/^(Merged (.*?)(in|into) (.*)|Merged PR (.*): (.*))/),
Expand Down

0 comments on commit 49ba56d

Please sign in to comment.