ci: enable Claude Code review and @claude responder workflows#640
ci: enable Claude Code review and @claude responder workflows#640
Conversation
Rename .disable suffix off claude-code-review.yml and claude.yml so the official anthropics/claude-code-action runs on PR events and on @claude mentions. Uses the existing CLAUDE_CODE_OAUTH_TOKEN secret. https://claude.ai/code/session_01UCYhQp5BYJRzWEbxCanHrZ
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
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 31 minutes and 46 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ 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 |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
The auto-review on PR #637 ran for 7m13s and exited successfully, but no review comment was posted. Job log on the prior run #640 showed "No buffered inline comments", suggesting the action's post path silently no-op'd. Workflow GITHUB_TOKEN had only read on pull-requests and issues, so any fallback gh post would also have failed. Grant pull-requests: write and issues: write so a future re-enable posts comments correctly. The workflow stays in .disable state. https://claude.ai/code/session_01UCYhQp5BYJRzWEbxCanHrZ
Summary
.github/workflows/claude-code-review.yml.disable→claude-code-review.yml: PRごとにanthropics/claude-code-action@v1でcode-reviewプラグイン (anthropics/claude-codeマーケットプレイス) を実行し、自動レビューを投稿する。.github/workflows/claude.yml.disable→claude.yml: Issue/PR コメント等で@claudeがメンションされた時に Claude Code を起動する。secrets.CLAUDE_CODE_OAUTH_TOKENを使用。claude-code-review.yml.disable2) は今回は触らずに残しています。必要なら別 PR で切り替え可能です。Trigger / behavior
claude-code-review.yml:pull_requestのopened/synchronize/reopened/ready_for_reviewclaude.yml:issue_comment/pull_request_review_comment/pull_request_review/issues内に@claudeを含む場合のみ実行Test plan
Claude Code Reviewワークフローが起動することを Actions タブで確認@claudeをメンションし、Claude Codeワークフローが反応することを確認https://claude.ai/code/session_01UCYhQp5BYJRzWEbxCanHrZ
Generated by Claude Code