ci: Update title regex

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-18 16:49:35 +02:00 committed by GitHub
parent 233bac5c47
commit 09ab372625
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",
"pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Z0-9].+).+"
"pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Za-z0-9].+).+"
}
]
}