ci: Fix PR title check

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-12 20:11:57 +02:00 committed by GitHub
parent 0c1161508e
commit 24d289bcaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/labels.json vendored
View File

@ -18,7 +18,7 @@
}, },
{ {
"type": "titleMatches", "type": "titleMatches",
"pattern": "^(?!\\[[a-z]+\\]\\s[A-Z].+).+" "pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Z0-9].+).+"
} }
] ]
} }