charts/.github/labels.json
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 09ab372625
ci: Update title regex
2021-07-18 16:49:35 +02:00

27 lines
494 B
JSON

{
"labels": {
"kind:incorrect-title": {
"name": "kind:incorrect-title",
"colour": "#ffb700",
"description": "Incorrect title"
}
},
"issue": {
},
"pr": {
"kind:incorrect-title": {
"requires": 2,
"conditions": [
{
"type": "creatorMatches",
"pattern": "^(?!renovate).+"
},
{
"type": "titleMatches",
"pattern": "^(?!\\[[a-z0-9]+\\]\\s[A-Za-z0-9].+).+"
}
]
}
}
}