We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773e0b9 commit 73b1b19Copy full SHA for 73b1b19
commitlint.config.mjs
@@ -7,6 +7,10 @@ const Configuration = {
7
* Ignore dependabot commit messages until https://github.com/dependabot/dependabot-core/issues/2445 is fixed.
8
*/
9
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)],
14
};
15
16
export default Configuration
0 commit comments