Meta: Allow for spaces in commit title category linter

This commit is contained in:
Idan Horowitz 2021-04-25 07:02:05 +03:00 committed by Andreas Kling
parent 59218007a3
commit b42bfa75d8
Notes: sideshowbarker 2024-07-18 19:08:41 +09:00

View file

@ -254,7 +254,7 @@ jobs:
uses: tim-actions/commit-message-checker-with-regex@v0.3.1 uses: tim-actions/commit-message-checker-with-regex@v0.3.1
with: with:
commits: ${{ steps.get-pr-commits.outputs.commits }} 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)' error: 'Missing category in commit title (if this is a fix up of a previous commit, it should be squashed)'
notify_irc: notify_irc: