diff options
| author | Oskar <oskar@mullvad.net> | 2025-10-06 10:24:11 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-10-06 16:50:44 +0200 |
| commit | 7546b93617524bfe55fcc31cab7d137879f32870 (patch) | |
| tree | d2140246b748e4342e72595e8d5f6226e06647fd /.github/workflows/git-commit-message-style.yml | |
| parent | 58528414b1320c398624b24a6d712b8376eabf77 (diff) | |
| download | mullvadvpn-7546b93617524bfe55fcc31cab7d137879f32870.tar.xz mullvadvpn-7546b93617524bfe55fcc31cab7d137879f32870.zip | |
Add "parallelize" to list of verbs in 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 3b3142a4e0..9176fc70c5 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, cap' + signal, guarantee, cap, parallelize' |
