diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-06-17 10:33:52 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-06-17 13:16:50 +0200 |
| commit | 91cbeacfc3720a575ec195d6254616b1851dd2c9 (patch) | |
| tree | 2c82e68e13e22631b9241ecd269bed4d4ce18aaf /.github/workflows/git-commit-message-style.yml | |
| parent | 8eeefcb3fd956816e29c98b937168799ea52f204 (diff) | |
| download | mullvadvpn-91cbeacfc3720a575ec195d6254616b1851dd2c9.tar.xz mullvadvpn-91cbeacfc3720a575ec195d6254616b1851dd2c9.zip | |
Add 'bias' to allowed commit message verbs
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' |
