zkoppert/Issue Manager
A GitHub Action to manage the state of a GitHub Issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The operation to perform: comment, close | yes | — |
| message | When commenting, then body of the message to add to the issue | no | — |
| number | The issue number to operate on | yes | ${{ github.event.issue.number }} |
| repo | The GitHub organization or owner and repository the issue belongs to | yes | ${{ github.repository }} |
| token | A GitHub Access Token with write permissions on the issue object | yes | ${{ github.token }} |
Outputs
no outputs