From b42bfa75d8cbbde1f111b42c9eb4052aa8f81c6e Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sun, 25 Apr 2021 07:02:05 +0300 Subject: Meta: Allow for spaces in commit title category linter --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3