File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 31
31
pattern : ' <!-- issueTable -->' # suffixing "Demo" for this readme
32
32
labels : ' good first issue'
33
33
labels : ' open'
34
- # add, commit and push
34
+ # you need to add, commit and push here
35
+ # otherwise the changes will not be pushed back into master
35
36
```
36
37
37
38
## Usage
@@ -94,7 +95,7 @@ Available variables are:
94
95
| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
95
96
| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
96
97
| labels | false | - | comma-separated labels to filter issues |
97
- | state | false | "all" | state of the issues to filter them (open or closed) |
98
+ | state | false | "all" | state of the issues to filter them ("all" | " open" | " closed" ) |
98
99
99
100
# # Limitations
100
101
You can’t perform that action at this time.
0 commit comments