From c5ab529e596128f02c06fee3f1b68c002bba6140 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 25 Dec 2020 02:22:50 +0800 Subject: [PATCH] docs: fix typo --- README.md | 6 +++--- README.zh-CN.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6325a36..87635d4 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/README.zh-CN.md b/README.zh-CN.md index 76cd4c3..77a17a9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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`