mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Meta: Allow for spaces in commit title category linter
This commit is contained in:
parent
59218007a3
commit
b42bfa75d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue