We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a4dc3 commit bfe5494Copy full SHA for bfe5494
.github/workflows/git-commit-message-style.yml
@@ -22,11 +22,9 @@ jobs:
22
accessToken: ${{ secrets.GITHUB_TOKEN }} # only required if checkAllCommitMessages is true
23
24
- name: Check against guidelines
25
- uses: mristin/opinionated-commit-message@v3.1.0
+ uses: mristin/opinionated-commit-message@f3b9cec249cabffbae7cd564542fd302cc576827 #v3.1.1
26
with:
27
# Commit messages are allowed to be subject only, no body
28
allow-one-liners: 'true'
29
# This action defaults to 50 char subjects, but 72 is fine.
30
max-subject-line-length: '72'
31
- # The action's wordlist is a bit short. Add more accepted verbs
32
- additional-verbs: 'restart, coalesce'
0 commit comments