mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 04:42:56 +00:00
* ci: adjust title labeler's rule Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Apply suggestions from code review Co-authored-by: Yingwen <realevenyag@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Yingwen <realevenyag@gmail.com>
13 lines
276 B
JSON
13 lines
276 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"
|
|
]
|
|
}
|
|
}
|