diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-04-04 10:42:16 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-04-04 10:42:16 +0200 |
| commit | de14699296fa8dd5003ac85c717cd7f6f5aa688c (patch) | |
| tree | b46e00a9f8d99aad31338cc332b44b48a32717ef | |
| parent | a50aa868c8fb93f24f3d4d11ff38aca9c79a66ad (diff) | |
| parent | 851f5cba6ffea5ea60d2c9f1117919e717bcc0b6 (diff) | |
| download | mullvadvpn-de14699296fa8dd5003ac85c717cd7f6f5aa688c.tar.xz mullvadvpn-de14699296fa8dd5003ac85c717cd7f6f5aa688c.zip | |
Merge branch 'allow-wrap-as-git-verb'
| -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 c933f1025e..3f57a51a16 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' + additional-verbs: 'tidy, wrap' |
