charts/.github/labels.json
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 0c1161508e
ci: Update labels config
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-07-12 10:37:56 +02:00

27 lines
485 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-z]+\\]\\s[A-Z].+).+"
}
]
}
}
}