diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-07-11 15:30:50 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-07-11 15:30:50 +0200 |
| commit | 838659ca0d6169dd143db97c53da42da60c89f9d (patch) | |
| tree | 6c5686a2054d69651905bacb8b8b127e0a944b49 /.github/workflows/git-commit-message-style.yml | |
| parent | 4ee5c4cca8b30118d22cd747cb478d4c54c33680 (diff) | |
| parent | 7eada7830a77c6c58b00a850337d5efd8d36a1d0 (diff) | |
| download | mullvadvpn-838659ca0d6169dd143db97c53da42da60c89f9d.tar.xz mullvadvpn-838659ca0d6169dd143db97c53da42da60c89f9d.zip | |
Merge branch 'fix-version-partial-ord'
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 04816d30c8..b32229754a 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, revert, slim' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert, slim, impl' |
