Skip to content

Commit 49ba56d

Browse files
authoredOct 24, 2024
feat(is-ignored): ignore reapply commits (#4186)
1 parent 65b219e commit 49ba56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎@commitlint/is-ignored/src/defaults.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const wildcards: Matcher[] = [
2020
),
2121
test(/^(Merge tag (.*?))(?:\r?\n)*$/m),
2222
test(/^(R|r)evert (.*)/),
23+
test(/^(R|r)eapply (.*)/),
2324
test(/^(amend|fixup|squash)!/),
2425
isSemver,
2526
test(/^(Merged (.*?)(in|into) (.*)|Merged PR (.*): (.*))/),

0 commit comments

Comments
 (0)