mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
GHActions: Make commit message pattern compatible with reverts
[ci skip]
This commit is contained in:
committed by
TellowKrinkle
parent
e1e35982e4
commit
5e0b92f1b4
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee
|
||||
with:
|
||||
accessToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
pattern: '^[A-Z][A-Za-z0-9 \[]+:.+'
|
||||
pattern: '^[A-Z][A-Za-z0-9 \["]+:.+'
|
||||
excludeTitle: true
|
||||
excludeDescription: true
|
||||
checkAllCommitMessages: true
|
||||
|
||||
Reference in New Issue
Block a user