We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3530e commit ee0dd1fCopy full SHA for ee0dd1f
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
- - uses: wagoid/commitlint-github-action@v5
+ - uses: wagoid/commitlint-github-action@v6
27
trunk:
28
if: >
29
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
commitlint.config.js commitlint.config.mjs
@@ -1,4 +1,4 @@
1
-module.exports = {
+export default {
2
extends: ["@commitlint/config-conventional"],
3
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
4
};
0 commit comments