futuroptimist/PR Reaper
Search and optionally close stale pull requests opened by a user.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry_run | dry_run: when true, list what would be closed (no changes) | no | true |
| author | GitHub username for author: qualifier (blank → uses github.actor) | no | "" |
| org | Limit to an org (optional, e.g. democratizedspace) | no | "" |
| title_filter | Substring to match in PR title (optional, e.g. Codex) | no | "" |
| delete_branch | Delete the PR source branch after closing | no | true |
| limit | Max PRs to process (1–1000) | no | 1000 |
| comment | Closing comment | no | Closing as superseded by a newer Codex run. |
| exclude_urls | PR URLs to skip (space/comma/newline separated, optional) | no | "" |
Outputs
| name | description |
|---|---|
| count | Number of pull requests matched after filtering. |