summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/git-commit-message-style.yml
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim.hulthe@mullvad.net>2025-06-13 16:50:59 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-07-11 13:27:04 +0200
commit7eada7830a77c6c58b00a850337d5efd8d36a1d0 (patch)
tree6c5686a2054d69651905bacb8b8b127e0a944b49 /.github/workflows/git-commit-message-style.yml
parentf6ba9619a0bfcff7751293ba9f1b806d26ea1d24 (diff)
downloadmullvadvpn-7eada7830a77c6c58b00a850337d5efd8d36a1d0.tar.xz
mullvadvpn-7eada7830a77c6c58b00a850337d5efd8d36a1d0.zip
Add `Impl` to allowed verbs
It's not _really_ a word, but for us crabs, it kind-of is.
Diffstat (limited to '.github/workflows/git-commit-message-style.yml')
-rw-r--r--.github/workflows/git-commit-message-style.yml2
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 04816d30c8..b32229754a 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, prohibit, forbid, revert, slim'
+ additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert, slim, impl'