Skip to content

Commit e8827b6

Browse files
author
Louis Pontoise
committed
feat(wildcards): add new wildcard patterns (conventional-changelog#315)
1 parent 8dba350 commit e8827b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

@commitlint/is-ignored/src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const WILDCARDS = [
1616
.trim()
1717
),
1818
c => c.match(/^Merged (.*?)(in|into) (.*)/),
19+
c => c.match(/^Merge remote-tracking branch (.*)/),
20+
c => c.match(/^Automatic merge from (.*)/),
1921
c => c.match(/^Auto-merged (.*?) into (.*)/)
2022
];
2123

0 commit comments

Comments
 (0)