Skip to content

Commit 476c51e

Browse files
committed
action: update commitlint version
fix Check for signed-off-by doesn't ignore comments wagoid/commitlint-github-action#187. Signed-off-by: Nitin Goyal <[email protected]>
1 parent 588e33a commit 476c51e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/commitlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: run commitlint
19-
uses: wagoid/commitlint-github-action@v3
19+
uses: wagoid/commitlint-github-action@v4
2020
with:
2121
configFile: './.github/workflows/conf/commitlintrc.json'
2222
helpURL: |

.github/workflows/conf/commitlintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
],
4848
"signed-off-by": [
4949
2,
50-
"always"
50+
"always",
51+
"Signed-off-by:"
5152
],
5253
"subject-case": [
5354
0,

0 commit comments

Comments
 (0)