diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-04 13:15:30 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-04 13:15:51 +0200 |
| commit | 956f87e1ce5d62579a3abb0418e1d36f96d06004 (patch) | |
| tree | eefd394aa1a1fa60dac32c1deff6032a9334a0df /.github/workflows/git-commit-message-style.yml | |
| parent | dc761d45ef35558ef6a36a57cbb8fe394da35236 (diff) | |
| download | mullvadvpn-956f87e1ce5d62579a3abb0418e1d36f96d06004.tar.xz mullvadvpn-956f87e1ce5d62579a3abb0418e1d36f96d06004.zip | |
Add the verb guarantee to the list of approved 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 3903db9ca4..53877a5d69 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -35,4 +35,4 @@ jobs: 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, - signal' + signal, guarantee' |
