diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-06-17 13:20:54 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-06-17 13:20:54 +0200 |
| commit | 4b4c9cc89f97dc3cb5fc93305250b2a8d2b42cb3 (patch) | |
| tree | b0fe68b807614071d2ad87bf44dc0381ad65b990 /.github/workflows/git-commit-message-style.yml | |
| parent | 8eeefcb3fd956816e29c98b937168799ea52f204 (diff) | |
| parent | 02cb9ca9e687d0b3fe95298e29d5e313c4dac88c (diff) | |
| download | mullvadvpn-4b4c9cc89f97dc3cb5fc93305250b2a8d2b42cb3.tar.xz mullvadvpn-4b4c9cc89f97dc3cb5fc93305250b2a8d2b42cb3.zip | |
Merge branch 'fix-connecting-issues-macos'
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 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' |
