Files
greptimedb/.github/pr-title-checker-config.json
2022-08-08 18:27:02 +08:00

11 lines
226 B
JSON

{
"LABEL": {
"name": "Invalid PR Title",
"color": "B60205"
},
"CHECKS": {
"regexp": "^(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
}
}