mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 19:25:46 +08:00
docs: fix typo
This commit is contained in:
@@ -570,9 +570,9 @@ jobs:
|
|||||||
| actions | Action type | string | ✔ | v1.2 |
|
| actions | Action type | string | ✔ | v1.2 |
|
||||||
| token | [Token explain](#token) | string | ✔ | v1.2 |
|
| token | [Token explain](#token) | string | ✔ | v1.2 |
|
||||||
| issue-number | The number of issue | number | ✔ | v1.2 |
|
| issue-number | The number of issue | number | ✔ | v1.2 |
|
||||||
| assignee-includes | Assignees contains check | string | ✔ | v1.2 |
|
| assignee-includes | Assignees contains check | string | ✖ | v1.2 |
|
||||||
| title-includes | Title contains check | string | ✔ | v1.2 |
|
| title-includes | Title contains check | string | ✖ | v1.2 |
|
||||||
| body-includes | Body contains check | string | ✔ | v1.2 |
|
| body-includes | Body contains check | string | ✖ | v1.2 |
|
||||||
|
|
||||||
- `title-includes` `body-includes` supports the format `x1,x2` or `x1,x2/y1,y2`. Only supports two levels
|
- `title-includes` `body-includes` supports the format `x1,x2` or `x1,x2/y1,y2`. Only supports two levels
|
||||||
- Return `check-result`
|
- Return `check-result`
|
||||||
|
@@ -570,9 +570,9 @@ jobs:
|
|||||||
| actions | 操作类型 | string | ✔ | v1.2 |
|
| actions | 操作类型 | string | ✔ | v1.2 |
|
||||||
| token | [token 说明](#token) | string | ✔ | v1.2 |
|
| token | [token 说明](#token) | string | ✔ | v1.2 |
|
||||||
| issue-number | 指定的 issue | number | ✔ | v1.2 |
|
| issue-number | 指定的 issue | number | ✔ | v1.2 |
|
||||||
| assignee-includes | 是否包含指定人 | string | ✔ | v1.2 |
|
| assignee-includes | 是否包含指定人 | string | ✖ | v1.2 |
|
||||||
| title-includes | 标题包含校验 | string | ✔ | v1.2 |
|
| title-includes | 标题包含校验 | string | ✖ | v1.2 |
|
||||||
| body-includes | 内容包含校验 | string | ✔ | v1.2 |
|
| body-includes | 内容包含校验 | string | ✖ | v1.2 |
|
||||||
|
|
||||||
- `title-includes` `body-includes` 支持格式 `x1,x2` 或者 `x1,x2/y1,y2`。只支持两个层级
|
- `title-includes` `body-includes` 支持格式 `x1,x2` 或者 `x1,x2/y1,y2`。只支持两个层级
|
||||||
- 返回 `check-result`
|
- 返回 `check-result`
|
||||||
|
Reference in New Issue
Block a user