docs: update changelog & pref doc

This commit is contained in:
xrkffgg
2020-12-25 02:21:14 +08:00
parent 13ffb8b717
commit 1e0cecdcea
4 changed files with 28 additions and 6 deletions

View File

@@ -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: 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 x1 + y1
x2 + y1 x2 + y1
x1 + y2 x1 + y2
@@ -541,6 +541,7 @@ x2 + y2
"x1y3y2" true "x1y3y2" true
"1x2y" false "1x2y" false
"y2 x1" true "y2 x1" true
"x1" false
``` ```
```yml ```yml
@@ -816,11 +817,15 @@ Click the `···` icon in the upper right corner of a comment, select `Copy lin
## Actions Template ## 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? ## 💖 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.
<table> <table>
<tr> <tr>

View File

@@ -532,7 +532,7 @@ jobs:
下面的例子效果是:当 issue 新开时,校验当前 issue 指定人是否包含 `x1` 或者 `x2`,满足一个指定人即可校验通过,同时校验标题是否满足条件。条件如下: 下面的例子效果是:当 issue 新开时,校验当前 issue 指定人是否包含 `x1` 或者 `x2`,满足一个指定人即可校验通过,同时校验标题是否满足条件。条件如下:
``` ```js
x1 + y1 x1 + y1
x2 + y1 x2 + y1
x1 + y2 x1 + y2
@@ -541,6 +541,7 @@ x2 + y2
"x1y3y2" true "x1y3y2" true
"1x2y" false "1x2y" false
"y2 x1" true "y2 x1" true
"x1" false
``` ```
```yml ```yml
@@ -816,11 +817,15 @@ jobs:
## Actions 模板 ## 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 中进行提问和查询。
<table> <table>
<tr> <tr>

View File

@@ -22,6 +22,12 @@
## Change Log ## 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 ### v1.1
`2020.12.24` `2020.12.24`

View File

@@ -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 ### v1.1
`2020.12.24` `2020.12.24`