Skip to content

Commit 1e0cecd

Browse files
committed
docs: update changelog & pref doc
1 parent 13ffb8b commit 1e0cecd

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Check whether the issue meets the conditions according to the passed parameters
532532

533533
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:
534534

535-
```
535+
```js
536536
x1 + y1
537537
x2 + y1
538538
x1 + y2
@@ -541,6 +541,7 @@ x2 + y2
541541
"x1y3y2" true
542542
"1x2y" false
543543
"y2 x1" true
544+
"x1" false
544545
```
545546

546547
```yml
@@ -816,11 +817,15 @@ Click the `···` icon in the upper right corner of a comment, select `Copy lin
816817

817818
## Actions Template
818819

819-
You can directly use this [GitHub Actions workflow template](https://github.com/actions-cool/.github) repositorie template.
820+
- You can directly use this [GitHub Actions workflow template](https://github.com/actions-cool/.github) repositorie template
821+
822+
- Personal exercises and tests [Actions](https://github.com/xrkffgg/test-ci) repository
820823

821824
## 💖 Who is using?
822825

823-
You can come to the following repositories for reference. Please leave a message at [**here** ](https://github.com/actions-cool/issues-helper/issues/6).
826+
You can come to the following repositories for reference. Please leave a message at [**here**](https://github.com/actions-cool/issues-helper/issues/6).
827+
828+
At the same time, if you have any questions during use, you can also ask and inquire in the issue or discussion.
824829

825830
<table>
826831
<tr>

README.zh-CN.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ jobs:
532532

533533
下面的例子效果是:当 issue 新开时,校验当前 issue 指定人是否包含 `x1` 或者 `x2`,满足一个指定人即可校验通过,同时校验标题是否满足条件。条件如下:
534534

535-
```
535+
```js
536536
x1 + y1
537537
x2 + y1
538538
x1 + y2
@@ -541,6 +541,7 @@ x2 + y2
541541
"x1y3y2" true
542542
"1x2y" false
543543
"y2 x1" true
544+
"x1" false
544545
```
545546

546547
```yml
@@ -816,11 +817,15 @@ jobs:
816817

817818
## Actions 模板
818819

819-
可直接使用这个 [GitHub Actions workflow template](https://github.com/actions-cool/.github) 仓库的模板。
820+
- 可直接使用这个 [GitHub Actions workflow template](https://github.com/actions-cool/.github) 仓库的模板
821+
822+
- 个人练习和测试 [Actions](https://github.com/xrkffgg/test-ci) 的仓库
820823

821824
## 💖 谁在使用?
822825

823-
你可以来以下项目进行参考。欢迎在[ **这里** ](https://github.com/actions-cool/issues-helper/issues/6)留言。
826+
你可以来以下项目进行参考。欢迎在 [**这里**](https://github.com/actions-cool/issues-helper/issues/6) 留言。
827+
828+
同时,如果你在使用过程中有什么疑问,也可以在 issue 或者 discussion 中进行提问和查询。
824829

825830
<table>
826831
<tr>

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
2323
## Change Log
2424
25+
### v1.2
26+
27+
`2020.12.25`
28+
29+
- feat: add check-issue & remove labels. [#12](https://github.com/actions-cool/issues-helper/pull/12)
30+
2531
### v1.1
2632

2733
`2020.12.24`

changelog.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
2323
## 更新日志
2424
25+
### v1.2
26+
27+
`2020.12.25`
28+
29+
- feat: add check-issue & remove labels. [#12](https://github.com/actions-cool/issues-helper/pull/12)
30+
2531
### v1.1
2632

2733
`2020.12.24`

0 commit comments

Comments
 (0)