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: