|
1 | | -# issue-list-readme |
| 1 | +# Auto Issue List in README |
2 | 2 |
|
3 | | -Display the issues on the landing page :eyes: |
| 3 | +Display issues on the landing page :eyes: |
4 | 4 |
|
5 | 5 | ## Demo |
6 | 6 |
|
7 | 7 | The issue list below... |
8 | 8 |
|
9 | 9 | <!-- issueTableDemo --> |
10 | 10 |
|
11 | | -| Title | Status | Assignee | Body | |
12 | | -| :-------------------------------------------------------------------------------- | :---------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------- | |
13 | | -| <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> | | |
14 | | - test |
15 | | - hoge<br />... |
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 | |
17 | | - hoge |
18 | | - testtest |
19 | | - yay<br />... |
| 11 | +| Title | Status | Assignee | Body | |
| 12 | +| :-------------------------------------------------------------------------------- | :---------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------ | |
| 13 | +| <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 | |
| 14 | +| <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 />... | |
20 | 15 |
|
21 | 16 | <!-- issueTableDemo --> |
22 | 17 |
|
|
28 | 23 | - name: checkout |
29 | 24 | uses: actions/checkout@v2 |
30 | 25 | - name: rewriteReadme |
31 | | - uses: seed-of-apricot/issue-list-readme@v1 |
| 26 | + uses: seed-of-apricot/issue-list-readme@v1.0.0 |
32 | 27 | with: |
33 | 28 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' |
34 | 29 | pattern: '<!-- issueTable -->' # suffixing "Demo" for this readme |
@@ -77,7 +72,7 @@ Some issue |
77 | 72 | 3. Then, write the following section into your action. |
78 | 73 |
|
79 | 74 | ```yml |
80 | | -uses: seed-of-apricot/issue-list-readme@v1 |
| 75 | +uses: seed-of-apricot/issue-list-readme@v1.0.0 |
81 | 76 | with: |
82 | 77 | GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' |
83 | 78 | ``` |
|
0 commit comments