diff options
| author | Oskar <oskar@mullvad.net> | 2024-10-14 16:10:42 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-10-22 15:19:21 +0200 |
| commit | cf62ffdd17eac7958977895f098742c704aa3047 (patch) | |
| tree | 43caf1e9884496f64c2333648c16381eaa1cf18a /.github/workflows/git-commit-message-style.yml | |
| parent | 2deedc796ab42b8b20fa9db0e2d048ba11c2e21f (diff) | |
| download | mullvadvpn-cf62ffdd17eac7958977895f098742c704aa3047.tar.xz mullvadvpn-cf62ffdd17eac7958977895f098742c704aa3047.zip | |
Add new verbs to the list of allowed verbs for commit messages
Diffstat (limited to '.github/workflows/git-commit-message-style.yml')
| -rw-r--r-- | .github/workflows/git-commit-message-style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml index 7cb2d03765..850a563c81 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -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' |
