diff options
| author | Oskar <oskar@mullvad.net> | 2025-02-14 16:40:33 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-02-14 16:40:33 +0100 |
| commit | 083d06db318ebdcb670d5b1ad5662a4c9df417c2 (patch) | |
| tree | a1345edac65a600d3f6ed34edb61ac7c6457bad1 /.github/workflows/git-commit-message-style.yml | |
| parent | c029561136bac007ba5dd350f5e3b60e703a2e42 (diff) | |
| parent | 8e721e69dee35ef90a6b5b4b9d6caa0ae33a8256 (diff) | |
| download | mullvadvpn-083d06db318ebdcb670d5b1ad5662a4c9df417c2.tar.xz mullvadvpn-083d06db318ebdcb670d5b1ad5662a4c9df417c2.zip | |
Merge branch 'improve-tunnel-state-test'
Diffstat (limited to '.github/workflows/git-commit-message-style.yml')
| -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 622c2c093f..04816d30c8 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' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert, slim' |
