mckanpolat/Repo Guardian
Remind inactive PR reviewers and prompt branch cleanup across repositories (org or user).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with repo scope (defaults to GITHUB_TOKEN). | no | — |
| owner | Owner (org or user) whose repositories to scan (required if repos not specified). | no | — |
| repos | Comma-separated list of repositories. Each may be 'owner/repo' or just 'repo' (requires owner input if omitted). | no | — |
| review_hours | Threshold in hours after which an unreviewed requested review triggers a reminder. | no | 12 |
| max_closed_lookback_days | Days to look back for merged PRs whose branches still exist. | no | 14 |
| dry_run | If 'true', only log actions without commenting. | no | false |
| include_forks | If 'true', include forked repositories during auto-discovery. | no | false |
| include_archived | If 'true', include archived repositories during auto-discovery. | no | false |
Outputs
no outputs