diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-18 11:58:20 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-18 11:58:39 +0200 |
| commit | 32014188de96fcf6fe4903bdf0352c0de1ecb651 (patch) | |
| tree | 3457d4252543792c60730c7b2cba48b08814f271 /.github/workflows/git-commit-message-style.yml | |
| parent | d7338f2065ab26686cbae3c99693d4d95800175a (diff) | |
| download | mullvadvpn-32014188de96fcf6fe4903bdf0352c0de1ecb651.tar.xz mullvadvpn-32014188de96fcf6fe4903bdf0352c0de1ecb651.zip | |
Add the verb `cap` to list of allowed 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 53877a5d69..3b3142a4e0 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, guarantee' + signal, guarantee, cap' |
