diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-13 14:56:54 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-13 14:56:54 +0100 |
| commit | 525aaa00a22f0a7c4ba85791334466518493b4cb (patch) | |
| tree | ca891dcc2b38de4ff1d19733e041fa1375fd609f /.github/workflows/git-commit-message-style.yml | |
| parent | 78e938925b7d6481ca0d5d0d4232a25c23970fd4 (diff) | |
| parent | 62489727b68987f07ca3c83d8182dc2cfab1d265 (diff) | |
| download | mullvadvpn-525aaa00a22f0a7c4ba85791334466518493b4cb.tar.xz mullvadvpn-525aaa00a22f0a7c4ba85791334466518493b4cb.zip | |
Merge branch 'revert-excluding-keychains-from-backups-ios-1007'
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 850a563c81..622c2c093f 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' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid, revert' |
