Skip to content

Commit

Permalink
feat(wildcards): add new wildcard patterns (conventional-changelog#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Pontoise committed Jun 12, 2018
1 parent 8dba350 commit e8827b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @commitlint/is-ignored/src/index.js
Expand Up @@ -16,6 +16,8 @@ const WILDCARDS = [
.trim()
),
c => c.match(/^Merged (.*?)(in|into) (.*)/),
c => c.match(/^Merge remote-tracking branch (.*)/),
c => c.match(/^Automatic merge from (.*)/),
c => c.match(/^Auto-merged (.*?) into (.*)/)
];

Expand Down

0 comments on commit e8827b6

Please sign in to comment.