Skip to content

Add a list of additional accepted verbs in git commit messages #5992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/git-commit-message-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
accessToken: ${{ secrets.GITHUB_TOKEN }} # only required if checkAllCommitMessages is true

- name: Check against guidelines
uses: mristin/opinionated-commit-message@v3.1.0
uses: mullvad/opinionated-commit-message@e310131b14110bed10e8572566259b863080bba5
with:
# Commit messages are allowed to be subject only, no body
allow-one-liners: 'true'
# 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'
# This action defaults to 50 char subjects, but 74 is fine.
max-subject-line-length: '74'