diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-08-19 13:04:52 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-08-19 13:04:52 +0200 |
| commit | 589e1dff65746b7e14d8081beaa4d716ced1a54f (patch) | |
| tree | 4eeb27d105ed7af0981bf73111b85746de72e2f2 /.github/workflows/git-commit-message-style.yml | |
| parent | 63c42677083d48e70c3149f367d0232b6a4405fe (diff) | |
| parent | 35272e3c1a04159dd549f825ca3d40cfe664c30f (diff) | |
| download | mullvadvpn-589e1dff65746b7e14d8081beaa4d716ced1a54f.tar.xz mullvadvpn-589e1dff65746b7e14d8081beaa4d716ced1a54f.zip | |
Merge branch 'e2e-terminate-wggo-properly'
Diffstat (limited to '.github/workflows/git-commit-message-style.yml')
| -rw-r--r-- | .github/workflows/git-commit-message-style.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml index 6f93ea9d40..3903db9ca4 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -34,4 +34,5 @@ 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, disregard, reproduce' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert, slim, impl, disregard, reproduce, + signal' |
