Skip to content

Commit 61811f7

Browse files
Update README.md
1 parent 55669b2 commit 61811f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ steps:
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

0 commit comments

Comments
 (0)