deatil/Auto Issue List in README
Create issue list in README.md
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | token | yes | — |
| pattern | pattern to detect the place to locate the table | no | <!-- issueTable --> |
| layout | Specify how to display the issues | no | — |
| labels | comma-separated labels to filter the issues。Example: bug,ui,@high | no | — |
| state | state of the issues to filter them (open or closed) | no | all |
| creator | The user that created the issue. | no | — |
| assignee | Can be the name of a user. Pass in none for issues with no assigned user, and * for issues assigned to any user. | no | — |
| mentioned | A user that's mentioned in the issue. | no | — |
| sort | What to sort results by. Can be either created, updated, comments. | no | — |
| direction | One of asc (ascending) or desc (descending). | no | — |
| since | Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. | no | — |
| per_page | Results per page (max 100). | no | — |
| page | Page number of the results to fetch. | no | — |
Outputs
no outputs