We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61811f7 commit f61d621Copy full SHA for f61d621
README.md
@@ -95,7 +95,7 @@ Available variables are:
95
| GITHUB_TOKEN | true | - | you can use \${{ secrets.GITHUB_TOKEN }} |
96
| pattern | false | "\<!-- issueTable --\>" | the identifier to inject the issue table and <br /> extract the body of each issue |
97
| labels | false | - | comma-separated labels to filter issues |
98
-| state | false | "all" | state of the issues to filter them ("all" | "open" | "closed") |
+| state | false | "all" | state of the issues to filter them (`"all" \| "open" \| "closed"`) |
99
100
## Limitations
101
0 commit comments