Skip to content

Commit

Permalink
Change max git commit message subject line length to 72
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 21, 2024
1 parent 74ea7d7 commit 0b3760c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-commit-message-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
# Commit messages are allowed to be subject only, no body
allow-one-liners: 'true'
# This action defaults to 50 char subjects, but 74 is fine.
max-subject-line-length: '74'
# 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: 'restart, coalesce'

Expand Down

0 comments on commit 0b3760c

Please sign in to comment.