mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"LABEL": {
|
|
"name": "title needs formatting",
|
|
"color": "EEEEEE"
|
|
},
|
|
"CHECKS": {
|
|
"prefixes": ["[Bot] docs: "],
|
|
"regexp": "^(refactor|feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*"
|
|
},
|
|
"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)!?(\\(.*\\))?!?:.*"
|
|
}
|
|
}
|