Skip to content

Commit

Permalink
ci: don't commitlint konflux commits (#593)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Fajerski <[email protected]>
  • Loading branch information
jan--f authored Oct 21, 2024
1 parent 773e0b9 commit 73b1b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const Configuration = {
* Ignore dependabot commit messages until https://github.com/dependabot/dependabot-core/issues/2445 is fixed.
*/
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
/*
* Ignore konflux commit messages
*/
ignores: [(msg) => /Signed-off-by: red-hat-konflux/m.test(msg)],
};

export default Configuration

0 comments on commit 73b1b19

Please sign in to comment.