Skip to content

Commit c13e7b1

Browse files
readme cleaned up
1 parent 29c9422 commit c13e7b1

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/rewriteReadme.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'rewriteReadme'
1+
name: "rewriteReadme"
22
on:
33
issues:
44
types: [labeled, unlabeled]
@@ -12,15 +12,9 @@ jobs:
1212
- name: rewriteReadme
1313
uses: seed-of-apricot/issue-list-readme@master
1414
with:
15-
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
16-
pattern: '<!-- issueTableDemo -->'
17-
labels: 'good first issue'
18-
- name: rewriteReadme
19-
uses: seed-of-apricot/issue-list-readme@master
20-
with:
21-
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
22-
pattern: '<!-- issueTableDemo2 -->'
23-
labels: 'documentation'
15+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16+
pattern: "<!-- issueTableDemo -->"
17+
labels: "good first issue"
2418
- name: add-and-commit
2519
uses: EndBug/add-and-commit@v4
2620
with:

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,3 @@ Available variables are:
9494
## Limitations
9595

9696
You must need **README.md** (not README) to make this work. (todo)
97-
98-
## Testing
99-
100-
101-
<!-- issueTableDemo2 -->
102-
103-
| Title | Status | Assignee | Body |
104-
| :------------------------------------------------------------------------------------ | :---------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------ |
105-
| <a href="https://github.com/seed-of-apricot/issue-list-readme/issues/4">more test</a> | :eight_spoked_asterisk: | | yay! |
106-
| <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 />... |
107-
108-
<!-- issueTableDemo2 -->

0 commit comments

Comments
 (0)