summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-06-17 10:33:52 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-06-17 13:16:50 +0200
commit91cbeacfc3720a575ec195d6254616b1851dd2c9 (patch)
tree2c82e68e13e22631b9241ecd269bed4d4ce18aaf /.github
parent8eeefcb3fd956816e29c98b937168799ea52f204 (diff)
downloadmullvadvpn-91cbeacfc3720a575ec195d6254616b1851dd2c9.tar.xz
mullvadvpn-91cbeacfc3720a575ec195d6254616b1851dd2c9.zip
Add 'bias' to allowed commit message verbs
Diffstat (limited to '.github')
-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 effedd75ed..0d53849f50 100644
--- a/.github/workflows/git-commit-message-style.yml
+++ b/.github/workflows/git-commit-message-style.yml
@@ -32,4 +32,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'
+ additional-verbs: 'tidy, wrap, obfuscate, bias'