imhoffd/Close issues after no reply
Closes issues with a message after no reply in a given timeframe
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Personal Access Token for GitHub Repository | yes | — |
| issue-label | The label to look for when closing issues. | — | needs-reply |
| days-before-close | The number of days to wait to close an issue after the label has been added. | — | 30 |
| close-message | The comment to post when the issue is closed. To disable, pass in an empty string. | — | It looks like there hasn't been a reply in 30 days, so I'm closing this issue. |
| operations-per-run | The maximum number of operations per run, used to control rate limiting. | — | 30 |
Outputs
no outputs