kimi-code/.github/pr-title-checker-config.json
2026-05-22 15:54:50 +08:00

12 lines
362 B
JSON

{
"LABEL": {
"name": "Invalid PR Title",
"color": "B60205"
},
"CHECKS": {
"regexp": "^(feat|fix|test|refactor|chore|style|docs|perf|build|ci|revert)(\\(.*\\))?:.*"
},
"MESSAGES": {
"failure": "The PR title is invalid. Please refer to https://www.conventionalcommits.org/en/v1.0.0/ for the convention."
}
}