chore(ci): add revert to title checker config (#27424)

Signed-off-by: Kanika Rana <krana@redhat.com>
This commit is contained in:
Kanika Rana 2026-04-19 03:09:11 -04:00 committed by GitHub
parent 8038e0ec96
commit 7f3ecfcf42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
},
"CHECKS": {
"prefixes": ["[Bot] docs: "],
"regexp": "^(refactor|feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*"
"regexp": "^(refactor|feat|fix|docs|test|ci|chore|revert)!?(\\(.*\\))?!?:.*"
},
"MESSAGES": {
"success": "PR title is valid",