Skip to content

Commit c3134c5

Browse files
committed
action: update commitlint version
fix Check for signed-off-by doesn't ignore comments wagoid/commitlint-github-action#187.
1 parent 588e33a commit c3134c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: |

0 commit comments

Comments
 (0)