Skip to content

Commit c5ab529

Browse files
committed
docs: fix typo
1 parent 1e0cecd commit c5ab529

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,9 @@ jobs:
570570
| actions | Action type | string | ✔ | v1.2 |
571571
| token | [Token explain](#token) | string | ✔ | v1.2 |
572572
| issue-number | The number of issue | number | ✔ | v1.2 |
573-
| assignee-includes | Assignees contains check | string | | v1.2 |
574-
| title-includes | Title contains check | string | | v1.2 |
575-
| body-includes | Body contains check | string | | v1.2 |
573+
| assignee-includes | Assignees contains check | string | | v1.2 |
574+
| title-includes | Title contains check | string | | v1.2 |
575+
| body-includes | Body contains check | string | | v1.2 |
576576

577577
- `title-includes` `body-includes` supports the format `x1,x2` or `x1,x2/y1,y2`. Only supports two levels
578578
- Return `check-result`

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,9 @@ jobs:
570570
| actions | 操作类型 | string | ✔ | v1.2 |
571571
| token | [token 说明](#token) | string | ✔ | v1.2 |
572572
| issue-number | 指定的 issue | number | ✔ | v1.2 |
573-
| assignee-includes | 是否包含指定人 | string | | v1.2 |
574-
| title-includes | 标题包含校验 | string | | v1.2 |
575-
| body-includes | 内容包含校验 | string | | v1.2 |
573+
| assignee-includes | 是否包含指定人 | string | | v1.2 |
574+
| title-includes | 标题包含校验 | string | | v1.2 |
575+
| body-includes | 内容包含校验 | string | | v1.2 |
576576

577577
- `title-includes` `body-includes` 支持格式 `x1,x2` 或者 `x1,x2/y1,y2`。只支持两个层级
578578
- 返回 `check-result`

0 commit comments

Comments
 (0)