fix: add continue-on-error to copilot-review CI job#4448
Conversation
Updated CI workflow to include 'continue-on-error' for copilot-review job.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds failure tolerance to the ChangesCI Workflow Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
The
copilot-reviewjob was failing with HTTP 422 on every PR becausecopilot-pull-request-revieweris not a collaborator and cannot be requested via the reviewers API. Addingcontinue-on-error: trueprevents this from blocking CI while we work out the correct mechanism for triggering Copilot review.Summary by CodeRabbit