We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe5494 commit f63f378Copy full SHA for f63f378
.github/workflows/git-commit-message-style.yml
@@ -28,3 +28,5 @@ jobs:
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: 'tidy'
0 commit comments