jdx/PR Closer
Warn and close broken pull requests, and close old pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| close-after-days | Number of calendar days after the first warning before a pull request with failing checks or merge conflicts is closed. | — | 7 |
| max-age-days | Number of full days an otherwise healthy pull request with settled checks can remain open before it is closed. | — | 30 |
| ignored-author | Additional pull request author to ignore. Prefer ignored-authors for multiple authors. | — | — |
| ignored-authors | Comma-separated or newline-separated pull request authors to ignore. | — | jdx mise-en-dev dependabot[bot] renovate[bot] |
| ignored-label | Additional pull request label to ignore. Prefer ignored-labels for multiple labels. | — | — |
| ignored-labels | Comma-separated or newline-separated pull request labels to ignore. | — | keep-open |
| github-token | GitHub token used to list, comment on, and close pull requests. | — | — |
| limit | Maximum number of open pull requests to inspect. | — | 500 |
| dry-run | Log actions without commenting on or closing pull requests. | — | false |
Outputs
no outputs