Skip to content

Commit 0518246

Browse files
committed
fix: update
1 parent a42280b commit 0518246

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

commitlint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
(commit) => commit.startsWith('chore(deps):'),
1111
(commit) => commit.startsWith('chore(release):'),
1212
(commit) => commit.startsWith('ci(pre-commit.ci):'),
13-
(commit) => commit.startsWith('[CI merge]'),
14-
(commit) => commit.includes('Co-authored-by: coqbot')
13+
(commit) => commit.startsWith('[CI merge]')
1514
]
1615
}

0 commit comments

Comments
 (0)