Skip to content

Commit

Permalink
Add new verbs to the list of allowed verbs for commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Oct 21, 2024
1 parent 17293c2 commit 19dcb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-commit-message-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
# This action defaults to 50 char subjects, but 72 is fine.
max-subject-line-length: '72'
# The action's wordlist is a bit short. Add more accepted verbs
additional-verbs: 'tidy, wrap, obfuscate, bias'
additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid'

0 comments on commit 19dcb5a

Please sign in to comment.