mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
15 lines
414 B
JSON
15 lines
414 B
JSON
{
|
|
"LABEL": {
|
|
"name": "title needs formatting",
|
|
"color": "EEEEEE"
|
|
},
|
|
"CHECKS": {
|
|
"prefixes": ["[Bot] docs: "],
|
|
"regexp": "^(refactor|feat|fix|docs|test|ci|chore|revert)!?(\\(.*\\))?!?:.*"
|
|
},
|
|
"MESSAGES": {
|
|
"success": "PR title is valid",
|
|
"failure": "PR title is invalid",
|
|
"notice": "PR Title needs to pass regex '^(refactor|feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*"
|
|
}
|
|
}
|