argo-cd/.github/pr-title-checker-config.json
Kanika Rana 7f3ecfcf42
chore(ci): add revert to title checker config (#27424)
Signed-off-by: Kanika Rana <krana@redhat.com>
2026-04-19 10:09:11 +03:00

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)!?(\\(.*\\))?!?:.*"
}
}