diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-19 09:29:01 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-19 09:54:12 +0200 |
| commit | 3a1ee2912176cd9fc48897301b5f57fe5d534a1d (patch) | |
| tree | b0ecd59df190096af589f81b493d768251c5ec73 /.github/workflows/git-commit-message-style.yml | |
| parent | 1991251db2ea170408263e7c4afd6fc17c7c2d1e (diff) | |
| download | mullvadvpn-3a1ee2912176cd9fc48897301b5f57fe5d534a1d.tar.xz mullvadvpn-3a1ee2912176cd9fc48897301b5f57fe5d534a1d.zip | |
Add 'Reproduce' as an accepted verb in git-commit message check
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 2bc8f31d33..6f93ea9d40 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, impl, disregard' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert, slim, impl, disregard, reproduce' |
