ci: Use docs instead of doc (#322)

This commit is contained in:
Yingwen
2022-10-19 11:56:49 +08:00
committed by GitHub
parent d5b34f8917
commit c147657275

View File

@@ -4,7 +4,7 @@
"color": "B60205"
},
"CHECKS": {
"regexp": "^(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert)(\\(.*\\))?:.*",
"regexp": "^(feat|fix|test|refactor|chore|style|docs|perf|build|ci|revert)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
}
}