diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-13 10:28:37 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-13 13:53:28 +0100 |
| commit | 62489727b68987f07ca3c83d8182dc2cfab1d265 (patch) | |
| tree | ca891dcc2b38de4ff1d19733e041fa1375fd609f | |
| parent | 7853fe98e6a04968cabdc3e82cf4978ea55caf8e (diff) | |
| download | mullvadvpn-62489727b68987f07ca3c83d8182dc2cfab1d265.tar.xz mullvadvpn-62489727b68987f07ca3c83d8182dc2cfab1d265.zip | |
Add the revert verb to the list of accepted verbs
| -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 850a563c81..622c2c093f 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' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert' |
