summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/git-commit-message-style.yml
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-19 09:29:01 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-19 09:54:12 +0200
commit3a1ee2912176cd9fc48897301b5f57fe5d534a1d (patch)
treeb0ecd59df190096af589f81b493d768251c5ec73 /.github/workflows/git-commit-message-style.yml
parent1991251db2ea170408263e7c4afd6fc17c7c2d1e (diff)
downloadmullvadvpn-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.yml2
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'