diff --git a/README.md b/README.md index 7d29d05..6325a36 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ Check whether the issue meets the conditions according to the passed parameters The effect of the following example is: when an issue is newly opened, verify whether the current issue designator contains `x1` or `x2`. If one designated person is satisfied, the verification will pass, and at the same time, verify whether the title meets the conditions. The conditions are as follows: -``` +```js x1 + y1 x2 + y1 x1 + y2 @@ -541,6 +541,7 @@ x2 + y2 "x1y3y2" true "1x2y" false "y2 x1" true +"x1" false ``` ```yml @@ -816,11 +817,15 @@ Click the `···` icon in the upper right corner of a comment, select `Copy lin ## Actions Template -You can directly use this [GitHub Actions workflow template](https://github.com/actions-cool/.github) repositorie template. +- You can directly use this [GitHub Actions workflow template](https://github.com/actions-cool/.github) repositorie template + +- Personal exercises and tests [Actions](https://github.com/xrkffgg/test-ci) repository ## 💖 Who is using? -You can come to the following repositories for reference. Please leave a message at [**here** ](https://github.com/actions-cool/issues-helper/issues/6). +You can come to the following repositories for reference. Please leave a message at [**here**](https://github.com/actions-cool/issues-helper/issues/6). + +At the same time, if you have any questions during use, you can also ask and inquire in the issue or discussion. diff --git a/README.zh-CN.md b/README.zh-CN.md index ae3aac8..76cd4c3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -532,7 +532,7 @@ jobs: 下面的例子效果是:当 issue 新开时,校验当前 issue 指定人是否包含 `x1` 或者 `x2`,满足一个指定人即可校验通过,同时校验标题是否满足条件。条件如下: -``` +```js x1 + y1 x2 + y1 x1 + y2 @@ -541,6 +541,7 @@ x2 + y2 "x1y3y2" true "1x2y" false "y2 x1" true +"x1" false ``` ```yml @@ -816,11 +817,15 @@ jobs: ## Actions 模板 -可直接使用这个 [GitHub Actions workflow template](https://github.com/actions-cool/.github) 仓库的模板。 +- 可直接使用这个 [GitHub Actions workflow template](https://github.com/actions-cool/.github) 仓库的模板 + +- 个人练习和测试 [Actions](https://github.com/xrkffgg/test-ci) 的仓库 ## 💖 谁在使用? -你可以来以下项目进行参考。欢迎在[ **这里** ](https://github.com/actions-cool/issues-helper/issues/6)留言。 +你可以来以下项目进行参考。欢迎在 [**这里**](https://github.com/actions-cool/issues-helper/issues/6) 留言。 + +同时,如果你在使用过程中有什么疑问,也可以在 issue 或者 discussion 中进行提问和查询。
diff --git a/changelog.md b/changelog.md index 579ee5b..802c4e7 100644 --- a/changelog.md +++ b/changelog.md @@ -22,6 +22,12 @@ ## Change Log +### v1.2 + +`2020.12.25` + +- feat: add check-issue & remove labels. [#12](https://github.com/actions-cool/issues-helper/pull/12) + ### v1.1 `2020.12.24` diff --git a/changelog.zh-CN.md b/changelog.zh-CN.md index a7bd90d..f726bdd 100644 --- a/changelog.zh-CN.md +++ b/changelog.zh-CN.md @@ -22,6 +22,12 @@ ## 更新日志 +### v1.2 + +`2020.12.25` + +- feat: add check-issue & remove labels. [#12](https://github.com/actions-cool/issues-helper/pull/12) + ### v1.1 `2020.12.24`