diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-30 10:13:25 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-30 10:13:25 +0200 |
| commit | 71d3cfa59f80dbe51b987f23b84a4a13a9eb01f5 (patch) | |
| tree | 32f3fdb13a6e24c047deaf7b9d73b649ad4716b6 | |
| parent | 4bfc949414f7c634dee66f4d601523fe03f921ec (diff) | |
| parent | b213140c8b77f13935685467bbb97c755f72f487 (diff) | |
| download | mullvadvpn-71d3cfa59f80dbe51b987f23b84a4a13a9eb01f5.tar.xz mullvadvpn-71d3cfa59f80dbe51b987f23b84a4a13a9eb01f5.zip | |
Merge branch 'add-obfuscate-to-git-commit-check-allow-list'
| -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 3f57a51a16..effedd75ed 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -32,4 +32,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' + additional-verbs: 'tidy, wrap, obfuscate' |
