refactor: change to title-excludes

This commit is contained in:
xrkffgg
2021-03-21 17:57:14 +08:00
parent a66760a95f
commit 1d2d39036b
11 changed files with 1773 additions and 6189 deletions

View File

@@ -89,7 +89,7 @@ jobs:
| issue-number | The number of issue | number | ✔ |
| assignee-includes | Assignees contains check | string | ✖ |
| title-includes | Title contains check | string | ✖ |
| title-remove | Check whether the title is empty after removing the default title | string | ✖ |
| title-excludes | Check whether the title is empty after removing the default title | string | ✖ |
| body-includes | Body contains check | string | ✖ |
- `title-includes` `body-includes` supports the format `x1,x2` or `x1,x2/y1,y2`. Only supports two levels

View File

@@ -85,7 +85,7 @@ jobs:
| issue-number | 指定的 issue | number | ✔ |
| assignee-includes | 是否包含指定人 | string | ✖ |
| title-includes | 标题包含校验 | string | ✖ |
| title-remove | 检测标题移除默认 title 后是否为空 | string | ✖ |
| title-excludes | 检测标题移除默认 title 后是否为空 | string | ✖ |
| body-includes | 内容包含校验 | string | ✖ |
- `title-includes` `body-includes` 支持格式 `x1,x2` 或者 `x1,x2/y1,y2`。只支持两个层级