We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9464d6 commit 55669b2Copy full SHA for 55669b2
README.md
@@ -30,6 +30,7 @@ steps:
30
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
31
pattern: '<!-- issueTable -->' # suffixing "Demo" for this readme
32
labels: 'good first issue'
33
+ labels: 'open'
34
# add, commit and push
35
```
36
@@ -93,6 +94,7 @@ Available variables are:
93
94
| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
95
| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
96
| labels | false | - | comma-separated labels to filter issues |
97
+| state | false | "all" | state of the issues to filter them (open or closed) |
98
99
## Limitations
100
0 commit comments