Skip to content

Commit c784472

Browse files
Merge branch 'master' of apricot:seed-of-apricot/issue-list-readme into master
2 parents 90dae5d + dc4efde commit c784472

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The issue list below...
1010

1111
<!-- issueTableDemo -->
1212

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 />... |
1717

1818
<!-- issueTableDemo -->
1919

@@ -25,12 +25,14 @@ steps:
2525
- name: checkout
2626
uses: actions/checkout@v2
2727
- name: rewriteReadme
28-
uses: seed-of-apricot/issue-list-readme@v1.0.0
28+
uses: seed-of-apricot/issue-list-readme@v1.1.0
2929
with:
3030
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
3131
pattern: '<!-- issueTable -->' # suffixing "Demo" for this readme
3232
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
3436
```
3537

3638
## Usage
@@ -74,7 +76,7 @@ Some issue
7476
3. Then, write the following section into your action.
7577

7678
```yml
77-
uses: seed-of-apricot/issue-list-readme@v1.0.0
79+
uses: seed-of-apricot/issue-list-readme@v1.1.0
7880
with:
7981
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
8082
```
@@ -93,6 +95,7 @@ Available variables are:
9395
| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
9496
| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
9597
| labels | false | - | comma-separated labels to filter issues |
98+
| state | false | "all" | state of the issues to filter them (`"all" \| "open" \| "closed"`) |
9699

97100
## Limitations
98101

0 commit comments

Comments
 (0)