docs: 更新 issue-checker 文档

This commit is contained in:
zzyyyl
2022-08-17 23:37:05 +08:00
committed by zzyyyl
parent f3bd0fbf27
commit d12e9177f3
2 changed files with 3 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ labels:
# 不符合上面任何一个的分类并且如果是PR不符合 commitizen
regexes:
- "(?:[Aa]dd (?:`|)(?:label |)ambiguous(?:`|)|^(?![\\s\\S]*(?:\
feat|chore|perf|style|refactor|fix|doc|\
feat|chore|perf|style|refactor|fix|doc|[Mm]erge|\
[Rr]emove (?:(?:[Aa]ll |)[Ll]abels|(?:`|)ambiguous(?:`|))))[\\s\\S]*$)"
mode:
pull_request_target: [add, remove]

View File

@@ -2,6 +2,8 @@
Issue bot 使用的 action 为 [issue-checker](https://github.com/zzyyyl/issue-checker),配置文件为 [issue-checker.yml](.github/issue-checker.yml)。
_Note: PR 被打上 `ambiguous` 标签可能是因为没有按照 commitizen 规范提交。推荐在 PR 标题加上 docs/feat/fix/merge/release 等。_
## 功能
### 自动触发