summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-18 15:23:15 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-19 09:54:12 +0200
commit1991251db2ea170408263e7c4afd6fc17c7c2d1e (patch)
treebe701bdc411c106e9df73ff91533f7b4c289ef6d
parent6fd8a3da5cab90e66ed84683e9ee11fbfc2b031b (diff)
downloadmullvadvpn-1991251db2ea170408263e7c4afd6fc17c7c2d1e.tar.xz
mullvadvpn-1991251db2ea170408263e7c4afd6fc17c7c2d1e.zip
Add 'Disregard' as an accepted verb in git-commit message check
-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 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'