blob: 56f0f4b7a3b290f658ae93310538aca5cb3e8af3 [file] [log] [blame]
{
"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": ""
}
}