github.com/argoproj/argo-cd/v2@v2.10.9/.github/pr-title-checker-config.json (about) 1 { 2 "LABEL": { 3 "name": "title needs formatting", 4 "color": "EEEEEE" 5 }, 6 "CHECKS": { 7 "prefixes": ["[Bot] docs: "], 8 "regexp": "^(feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*" 9 }, 10 "MESSAGES": { 11 "success": "PR title is valid", 12 "failure": "PR title is invalid", 13 "notice": "PR Title needs to pass regex '^(feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*" 14 } 15 }