mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
27 lines
494 B
JSON
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].+).+"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|