Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Dec 24, 2020
1 parent 1e0cecd commit c5ab529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ jobs:
| actions | Action type | string | ✔ | v1.2 |
| token | [Token explain](#token) | string | ✔ | v1.2 |
| issue-number | The number of issue | number | ✔ | v1.2 |
| assignee-includes | Assignees contains check | string | | v1.2 |
| title-includes | Title contains check | string | | v1.2 |
| body-includes | Body contains check | string | | v1.2 |
| assignee-includes | Assignees contains check | string | | v1.2 |
| title-includes | Title 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
- Return `check-result`
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ jobs:
| actions | 操作类型 | string | ✔ | v1.2 |
| token | [token 说明](#token) | string | ✔ | v1.2 |
| issue-number | 指定的 issue | number | ✔ | v1.2 |
| assignee-includes | 是否包含指定人 | string | | v1.2 |
| title-includes | 标题包含校验 | string | | v1.2 |
| body-includes | 内容包含校验 | string | | v1.2 |
| assignee-includes | 是否包含指定人 | string | | v1.2 |
| title-includes | 标题包含校验 | string | | v1.2 |
| body-includes | 内容包含校验 | string | | v1.2 |

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

0 comments on commit c5ab529

Please sign in to comment.