mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Allow for spaces in commit title category linter
This commit is contained in:
parent
59218007a3
commit
b42bfa75d8
Notes:
sideshowbarker
2024-07-18 19:08:41 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/b42bfa75d8c Pull-request: https://github.com/SerenityOS/serenity/pull/6625 Issue: https://github.com/SerenityOS/serenity/issues/6624
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…
Reference in a new issue