From 1f04bc1b159c26179724a0b6e70e520f728a65b0 Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Mon, 13 Jan 2025 10:28:37 +0100 Subject: [PATCH] Add the revert verb to the list of accepted verbs --- .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 850a563c814e..622c2c093fce 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'