mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
12 lines
362 B
JSON
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."
|
|
}
|
|
}
|