mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore(ci): add revert to title checker config (#27424)
Signed-off-by: Kanika Rana <krana@redhat.com>
This commit is contained in:
parent
8038e0ec96
commit
7f3ecfcf42
1 changed files with 1 additions and 1 deletions
2
.github/pr-title-checker-config.json
vendored
2
.github/pr-title-checker-config.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue