mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
25 lines
467 B
JSON
25 lines
467 B
JSON
|
{
|
||
|
"labels": {
|
||
|
"kind:incorrect-title": {
|
||
|
"name": "kind:incorrect-title",
|
||
|
"colour": "#ffb700",
|
||
|
"description": "Incorrect title"
|
||
|
}
|
||
|
},
|
||
|
"pr": {
|
||
|
"kind:incorrect-title": {
|
||
|
"requires": 2,
|
||
|
"conditions": [
|
||
|
{
|
||
|
"type": "creatorMatches",
|
||
|
"pattern": "^(?!renovate).+"
|
||
|
},
|
||
|
{
|
||
|
"type": "titleMatches",
|
||
|
"pattern": "^(?!\\[[a-z]+\\]\\s[A-Z].+).+"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|