summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-04-25 07:02:05 +0300
committerAndreas Kling <kling@serenityos.org>2021-04-25 09:30:12 +0200
commitb42bfa75d8cbbde1f111b42c9eb4052aa8f81c6e (patch)
tree43d70916ad2d9da5f915b98924db81ba6fe4b1de
parent59218007a3034c7770b7fa5277ce1eae85bb1c07 (diff)
downloadserenity-b42bfa75d8cbbde1f111b42c9eb4052aa8f81c6e.zip
Meta: Allow for spaces in commit title category linter
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index fab1dadcc1..2fb4dc5354 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -254,7 +254,7 @@ jobs:
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
- pattern: '^\S+?: .+'
+ pattern: '^\S.*?: .+'
error: 'Missing category in commit title (if this is a fix up of a previous commit, it should be squashed)'
notify_irc: