idrinth/CodeRabbit Retry
Automatically retry CodeRabbit reviews when rate limited
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with pull request permissions | yes | — |
| max-retries | Maximum number of retry requests per run | no | 4 |
| cooldown-hours | Hours to wait before retrying the same PR again | no | 2 |
| dry-run | If true, only log what would be done without posting comments | no | false |
| ignore-branches | Comma-separated branch patterns to ignore (supports wildcards, e.g. "dependabot/*,renovate/*") | no | "" |
| ignore-labels | Comma-separated labels to ignore (PRs with any of these labels will be skipped) | no | "" |
Outputs
| name | description |
|---|---|
| retries-requested | Number of retry requests made |
| prs-checked | Number of PRs checked |
| prs-skipped | Number of PRs skipped (already reviewed or no rate limit) |