ci: raise CLAUDE.md audit turn limit and pin Opus 4.8#3999
Conversation
The CLAUDE.md audit job often hit its 15-turn cap before finishing the review, ending without a verdict. Raise the limit to 25 and pin the model to claude-opus-4-8 instead of inheriting the action default.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
WalkthroughThe 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
The CLAUDE.md audit job (
.github/workflows/claude-md-audit.yml) frequently hits its 15-turn cap before it finishes reviewing a PR, so the job fails without posting a verdict. For example, the audit job failed on this run.This raises
--max-turnsfrom 15 to 25 to give the review room to complete, and pins--model claude-opus-4-8(the job previously inherited the action default model).