@@ -10,10 +10,10 @@ The issue list below...
10
10
11
11
<!-- issueTableDemo -->
12
12
13
- | Title | Status | Assignee | Body |
14
- | :-------------------------------------------------------------------------------- | :---------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------ |
15
- | <a href =" https://github.com/seed-of-apricot/issue-list-readme/issues/3 " >test2 </a > | : no_entry : | < a href = " https://github.com/seed-of-apricot " >< img src = " https://avatars1.githubusercontent.com/u/26666870?v=4 " width = " 20 " /></ a > | test< br />hoge |
16
- | <a href =" https://github.com/seed-of-apricot/issue-list-readme/issues/2 " >test</a > | :eight_spoked_asterisk : | <a href =" https://github.com/seed-of-apricot " ><img src =" https://avatars1.githubusercontent.com/u/26666870?v=4 " width =" 20 " /></a > | test<br />hoge<br />testtest<br />... |
13
+ | Title | Status | Assignee | Body |
14
+ | :------------------------------------------------------------------------------------ | :---------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------ |
15
+ | <a href =" https://github.com/seed-of-apricot/issue-list-readme/issues/4 " >more test </a > | : eight_spoked_asterisk : | | yay! |
16
+ | <a href =" https://github.com/seed-of-apricot/issue-list-readme/issues/2 " >test</a > | :eight_spoked_asterisk : | <a href =" https://github.com/seed-of-apricot " ><img src =" https://avatars1.githubusercontent.com/u/26666870?v=4 " width =" 20 " /></a > | test<br />hoge<br />testtest<br />... |
17
17
18
18
<!-- issueTableDemo -->
19
19
@@ -25,12 +25,14 @@ steps:
25
25
- name : checkout
26
26
uses : actions/checkout@v2
27
27
- name : rewriteReadme
28
- uses : seed-of-apricot/issue-list-readme@v1.0 .0
28
+ uses : seed-of-apricot/issue-list-readme@v1.1 .0
29
29
with :
30
30
GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
31
31
pattern : ' <!-- issueTable -->' # suffixing "Demo" for this readme
32
32
labels : ' good first issue'
33
- # add, commit and push
33
+ labels : ' open'
34
+ # you need to add, commit and push here
35
+ # otherwise the changes will not be pushed back into master
34
36
```
35
37
36
38
## Usage
@@ -74,7 +76,7 @@ Some issue
74
76
3 . Then, write the following section into your action.
75
77
76
78
``` yml
77
- uses : seed-of-apricot/issue-list-readme@v1.0 .0
79
+ uses : seed-of-apricot/issue-list-readme@v1.1 .0
78
80
with :
79
81
GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
80
82
` ` `
@@ -93,6 +95,7 @@ Available variables are:
93
95
| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
94
96
| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
95
97
| labels | false | - | comma-separated labels to filter issues |
98
+ | state | false | "all" | state of the issues to filter them (`"all" \| "open" \| "closed"`) |
96
99
97
100
# # Limitations
98
101
0 commit comments