ci: update breaking-change labeler (#1109)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-03-01 19:24:21 +08:00
committed by GitHub
parent f1b65d9b77
commit b1311801da

View File

@@ -4,9 +4,10 @@
"color": "D93F0B"
},
"CHECKS": {
"regexp": "^.*\\!:.*",
"regexp": "^(?:(?!!:).)*$",
"ignoreLabels": [
"ignore-title"
]
],
"alwaysPassCI": true
}
}