mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +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
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…
Add table
Add a link
Reference in a new issue