Skip to content

Commit

Permalink
ci: fix commitlint (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot authored Apr 18, 2024
1 parent e47afd8 commit 1dd78aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const test = (r) => r.test.bind(r);
module.exports = {
defaultIgnores: false,
extends: ['@commitlint/config-conventional'],
ignores: [test(/Merge branch (.*?)/), test(/Merge branch (.*?)(in|into) (.*)/)],
ignores: [test(/Merge branch (.*?)(in|into) (.*)/)],
};

0 comments on commit 1dd78aa

Please sign in to comment.