actions-marketplace-validations/Close Stale Issues Safely
Close issues with no recent activity
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| days-before-stale | The number of days old an issue can be before marking it stale | — | 60 |
| days-before-close | The number of days to wait to close an issue or pull request after it being marked stale | — | 14 |
| stale-message | The message to post on the issue when tagging it. If none provided, will not mark issues stale. | — | This issue has been marked as stale. |
| stale-label | The label to apply when an issue is stale | — | Stale |
| exempt-labels | Issues with these labels cannor become stale | — | stale-ignore, security |
| operations-per-run | The maximum number of operations per run, used to control rate limiting, does not apply to dry runs. | — | 50 |
| dry-run | The action will just log what it would do without actually causing any changes to the repo. | — | true |
Outputs
no outputs