Fix Claude Code Review workflow comment tooling#22
Conversation
|
Warning Rate limit exceeded
⌛ 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. ✨ 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 SummaryUpdated the Claude Code Review workflow to use inline job definition instead of a reusable workflow, enabling direct control over Claude's comment tooling. Key improvements include:
The workflow syntax is correct and the permissions are properly configured. This change aligns with the referenced fix from shakacode/hichee-data#367. Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Event: opened/synchronize/ready_for_review/reopened] --> B[Checkout repository]
B --> C[Run Claude Code Review Action]
C --> D{Analyze PR with Claude}
D --> E[Use gh pr comment for top-level feedback]
D --> F[Use inline comment tool for code-specific issues]
E --> G[Post GitHub Comments]
F --> G
G --> H[Review Complete]
Last reviewed commit: fb33df5 |
This ports the Claude Code review workflow fix from shakacode/hichee-data#367:
claude_args --allowedToolsThis makes Claude review output appear as top-level and inline PR comments.