luanpotter/Changes Requested
A GitHub action to unobtrusively close issues marked with a label that had no updates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Your GITHUB_TOKEN variable. | yes | — |
| days-until-close | How many days after adding the label should the issue be closed if there are no updates. | yes | 5 |
| trigger-label | The label that you manually add to issues to start the countdown. | yes | changes-requested |
| closing-comment | The message added by the bot on the closing comment on the issue. | yes | This issue was closed by the changes-requested bot due to inactivity. |
| dry-run | Set to true for testing, it will log but not actually close anything. | yes | false |
Outputs
no outputs