cdklabs/close-stale-prs
A GitHub Action for close-stale-prs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token | yes | — |
| stale-days | how many days before a PR is considered stale | yes | — |
| response-days | how many days before a stale PR is closed | yes | — |
| important-checks-regex | Regex to determine which checks need to be watched (default: all checks) | no | — |
| skip-labels | Comma-separated list of labels to ignore | no | — |
| warn-message | Message to post to PR when grace period is entered. The word STATE will be replaced with the actual state. | no | — |
| close-message | Message to post to PR when PR is finally closed. | no | — |
| close-label | Label to add if the PR is finally closed | no | — |
| dry-run | If this is set, do not perform any actions | no | — |
Outputs
no outputs