From 19dcb5ade83e14444c1e9dc7717f58383b9cecce Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 14 Oct 2024 16:10:42 +0200 Subject: [PATCH] Add new verbs to the list of allowed verbs for commit messages --- .github/workflows/git-commit-message-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml index 7cb2d03765fe..850a563c814e 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' + additional-verbs: 'tidy, wrap, obfuscate, bias, prohibit, forbid'