We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588e33a commit 476c51eCopy full SHA for 476c51e
.github/workflows/commitlint.yaml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
- name: run commitlint
19
- uses: wagoid/commitlint-github-action@v3
+ uses: wagoid/commitlint-github-action@v4
20
with:
21
configFile: './.github/workflows/conf/commitlintrc.json'
22
helpURL: |
.github/workflows/conf/commitlintrc.json
@@ -47,7 +47,8 @@
47
],
48
"signed-off-by": [
49
2,
50
- "always"
+ "always",
51
+ "Signed-off-by:"
52
53
"subject-case": [
54
0,
0 commit comments