Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seed-of-apricot authored Apr 15, 2020
1 parent f9464d6 commit 55669b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ steps:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
pattern: '<!-- issueTable -->' # suffixing "Demo" for this readme
labels: 'good first issue'
labels: 'open'
# add, commit and push
```

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

## Limitations

Expand Down

0 comments on commit 55669b2

Please sign in to comment.