File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 pattern : ' <!-- issueTable -->' # suffixing "Demo" for this readme
3232 labels : ' good first issue'
3333 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
3536```
3637
3738## Usage
@@ -94,7 +95,7 @@ Available variables are:
9495| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
9596| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
9697| 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" ) |
9899
99100# # Limitations
100101
You can’t perform that action at this time.
0 commit comments