Skip to content

Commit 55669b2

Browse files
Update README.md
1 parent f9464d6 commit 55669b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ steps:
3030
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
3131
pattern: '<!-- issueTable -->' # suffixing "Demo" for this readme
3232
labels: 'good first issue'
33+
labels: 'open'
3334
# add, commit and push
3435
```
3536

@@ -93,6 +94,7 @@ Available variables are:
9394
| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
9495
| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
9596
| labels | false | - | comma-separated labels to filter issues |
97+
| state | false | "all" | state of the issues to filter them (open or closed) |
9698

9799
## Limitations
98100

0 commit comments

Comments
 (0)