mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Fix commit linting for multi-line commit messages
Third time's the charm
This commit is contained in:
parent
b3478b3613
commit
fa29214d9a
Notes:
sideshowbarker
2024-07-17 23:00:03 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/fa29214d9a Pull-request: https://github.com/SerenityOS/serenity/pull/16415 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
error: "Commit message lines are too long (maximum allowed is 72 characters, except for URLs)",
|
||||
},
|
||||
{
|
||||
pattern: /^((?!^Merge branch).)*$/,
|
||||
pattern: /^((?!^Merge branch )[\s\S])*$/,
|
||||
error: "Commit is a git merge commit, use the rebase command instead",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue