diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-18 15:23:15 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-19 09:54:12 +0200 |
| commit | 1991251db2ea170408263e7c4afd6fc17c7c2d1e (patch) | |
| tree | be701bdc411c106e9df73ff91533f7b4c289ef6d /.github | |
| parent | 6fd8a3da5cab90e66ed84683e9ee11fbfc2b031b (diff) | |
| download | mullvadvpn-1991251db2ea170408263e7c4afd6fc17c7c2d1e.tar.xz mullvadvpn-1991251db2ea170408263e7c4afd6fc17c7c2d1e.zip | |
Add 'Disregard' as an accepted verb in git-commit message check
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 b32229754a..2bc8f31d33 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, impl' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert, slim, impl, disregard' |
