17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"LABEL": {
|
|
"name": "PR title format",
|
|
"color": "EEEEEE"
|
|
},
|
|
"CHECKS": {
|
|
"regexp": "^((\\[[^\\]]+\\])+|Revert|Automated fix for) ",
|
|
"regexpFlags": "i",
|
|
"ignoreLabels": []
|
|
},
|
|
"MESSAGES": {
|
|
"success": "All OK",
|
|
"failure": "PR title should be like this: '[component] Brief summary'",
|
|
"notice": ""
|
|
}
|
|
}
|