Skip to content

Commit 5a79741

Browse files
Merge branch 'master' of apricot:seed-of-apricot/issue-list-readme
2 parents 26f0387 + c78c601 commit 5a79741

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.github/workflows/rewriteReadme.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "reqriteReadme"
22
on:
3-
push:
3+
issues:
4+
types: [labeled, unlabeled]
45

56
jobs:
67
test:

README.md

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
# issue-list-readme
1+
# Auto Issue List in README
22

3-
Display the issues on the landing page :eyes:
3+
Display issues on the landing page :eyes:
44

55
## Demo
66

77
The issue list below...
88

99
<!-- issueTableDemo -->
1010

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

2116
<!-- issueTableDemo -->
2217

@@ -28,7 +23,7 @@ steps:
2823
- name: checkout
2924
uses: actions/checkout@v2
3025
- name: rewriteReadme
31-
uses: seed-of-apricot/issue-list-readme@v1
26+
uses: seed-of-apricot/issue-list-readme@v1.0.0
3227
with:
3328
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
3429
pattern: '<!-- issueTable -->' # suffixing "Demo" for this readme
@@ -77,7 +72,7 @@ Some issue
7772
3. Then, write the following section into your action.
7873

7974
```yml
80-
uses: seed-of-apricot/issue-list-readme@v1
75+
uses: seed-of-apricot/issue-list-readme@v1.0.0
8176
with:
8277
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
8378
```

action.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: "issue-list-readme"
2-
description: "Create issue list in README."
3-
author: "seed-of^apricot <[email protected]>"
1+
name: "Auto Issue List in README"
2+
description: "Create issue list in README.md"
3+
author: "seed-of-apricot <[email protected]>"
4+
branding:
5+
icon: check-circle
6+
color: orange
47
inputs:
58
GITHUB_TOKEN:
69
description: "token"

0 commit comments

Comments
 (0)