diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-06-13 16:50:59 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-07-11 13:27:04 +0200 |
| commit | 7eada7830a77c6c58b00a850337d5efd8d36a1d0 (patch) | |
| tree | 6c5686a2054d69651905bacb8b8b127e0a944b49 /.github | |
| parent | f6ba9619a0bfcff7751293ba9f1b806d26ea1d24 (diff) | |
| download | mullvadvpn-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')
| -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 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' |
