Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 20 minutes and 13 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis chore PR bumps the pinned SHA of the Confidence Score: 5/5Safe to merge — single-line SHA pin bump with no logic changes in this repo. The only changed line is a SHA reference update to a reusable workflow. No application code, tests, or configuration logic is affected. All findings are cosmetic (description body/title version mismatch) and do not warrant blocking merge. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "(chore): bump claude-pr-owner pin to v0...." | Re-trigger Greptile |
Summary
Bumps the Claude PR orchestrator pin to v0.3.0, which fixes two issues that survived the v0.2.0 bump (#864):
Classify-complexity still authenticated against the wrong endpoint. v0.2.0 tried to make the native `claude` CLI pick up `CLAUDE_CODE_OAUTH_TOKEN` by writing `~/.claude/.credentials.json`; the native binary installed by `install.sh` still exited with "Not logged in · Please run /login" (see run 24836809699, classification `'notloggedin·pleaser'`). v0.3.0 delegates classification to `anthropics/claude-code-base-action`, which uses the `@anthropic-ai/claude-agent-sdk` that handles the OAuth token correctly.
Improvement looped on its own commits. Each `improvement` run that pushed a fix fired `pull_request.synchronize`, which re-ran improvement, committed again, and so on. v0.3.0's plan step now short-circuits `improvement` (pull_request) and `healing` (workflow_run) when the HEAD commit is authored by `claude-bot@users.noreply.github.com`. `bots` and `comments` are unaffected since they need external triggers.
Test plan