summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/git-commit-message-style.yml
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-05-29 15:52:32 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-05-30 10:12:37 +0200
commitb213140c8b77f13935685467bbb97c755f72f487 (patch)
tree32f3fdb13a6e24c047deaf7b9d73b649ad4716b6 /.github/workflows/git-commit-message-style.yml
parent4bfc949414f7c634dee66f4d601523fe03f921ec (diff)
downloadmullvadvpn-b213140c8b77f13935685467bbb97c755f72f487.tar.xz
mullvadvpn-b213140c8b77f13935685467bbb97c755f72f487.zip
Add the word obfuscate to the list of allowed verbs
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 3f57a51a16..effedd75ed 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'
+ additional-verbs: 'tidy, wrap, obfuscate'