File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 1
- name : ' rewriteReadme'
1
+ name : " rewriteReadme"
2
2
on :
3
3
issues :
4
4
types : [labeled, unlabeled]
12
12
- name : rewriteReadme
13
13
uses : seed-of-apricot/issue-list-readme@master
14
14
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"
24
18
- name : add-and-commit
25
19
uses : EndBug/add-and-commit@v4
26
20
with :
Original file line number Diff line number Diff line change @@ -94,15 +94,3 @@ Available variables are:
94
94
# # Limitations
95
95
96
96
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 -->
You can’t perform that action at this time.
0 commit comments