actions-marketplace-validations/issue-creator
Periodically create GitHub issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template-issue | Specify the issue number of the template in the repository. e.g. 1 | no | "" |
| template-issue-url | Specify the issue url of the template. e.g. https://github.com/rerost/issue-creator/issues/1 | no | "" |
| close-last-issue | If true, issue-creator closes the previous issue. | — | true |
| check-before-create-issue | The issue will be created only when the status code of this script is 0. | — | echo 'OK' |
| token | — | — | ${{ github.token }} |
| discussion | If true, creates a discussion instead. | — | false |
| repository | Specify a repository where the issue will be created. e.g. rerost/issue-creator | — | ${{ github.repository }} |
Outputs
no outputs