6fadcf8c7a
* move protobuf from GreptimeDB * add license check * add other github actions
11 lines
227 B
JSON
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"]
|
|
}
|
|
}
|