We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42280b commit 0518246Copy full SHA for 0518246
commitlint.config.js
@@ -10,7 +10,6 @@ module.exports = {
10
(commit) => commit.startsWith('chore(deps):'),
11
(commit) => commit.startsWith('chore(release):'),
12
(commit) => commit.startsWith('ci(pre-commit.ci):'),
13
- (commit) => commit.startsWith('[CI merge]'),
14
- (commit) => commit.includes('Co-authored-by: coqbot')
+ (commit) => commit.startsWith('[CI merge]')
15
]
16
}
0 commit comments