Files
greptimedb/.github/pr-title-checker-config.json
2022-10-19 11:56:49 +08:00

11 lines
227 B
JSON

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