We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coqbot
1 parent a5a6962 commit c7e3955Copy full SHA for c7e3955
commitlint.config.js
@@ -6,6 +6,7 @@ module.exports = {
6
'header-max-length': [2, 'always', 72],
7
},
8
ignores: [
9
- (commit) => commit.startsWith("chore(deps):")
+ (commit) => commit.startsWith("chore(deps):"),
10
+ (commit) => commit.startsWith("[CI merge]")
11
],
12
};
0 commit comments