Skip to content

Commit 73b1b19

Browse files
authored
ci: don't commitlint konflux commits (#593)
Signed-off-by: Jan Fajerski <[email protected]>
1 parent 773e0b9 commit 73b1b19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commitlint.config.mjs

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ const Configuration = {
77
* Ignore dependabot commit messages until https://github.com/dependabot/dependabot-core/issues/2445 is fixed.
88
*/
99
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
10+
/*
11+
* Ignore konflux commit messages
12+
*/
13+
ignores: [(msg) => /Signed-off-by: red-hat-konflux/m.test(msg)],
1014
};
1115

1216
export default Configuration

0 commit comments

Comments
 (0)