Skip to content

fix: add continue-on-error to copilot-review CI job#4448

Merged
matthew-dean merged 1 commit into
masterfrom
fix/copilot-review-continue-on-error
Jun 13, 2026
Merged

fix: add continue-on-error to copilot-review CI job#4448
matthew-dean merged 1 commit into
masterfrom
fix/copilot-review-continue-on-error

Conversation

@matthew-dean

@matthew-dean matthew-dean commented Jun 13, 2026

Copy link
Copy Markdown
Member

The copilot-review job was failing with HTTP 422 on every PR because copilot-pull-request-reviewer is not a collaborator and cannot be requested via the reviewers API. Adding continue-on-error: true prevents this from blocking CI while we work out the correct mechanism for triggering Copilot review.

Summary by CodeRabbit

  • Chores
    • Internal infrastructure updates to improve workflow reliability.

Updated CI workflow to include 'continue-on-error' for copilot-review job.
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 13, 2026
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 03cea28f-1c03-46cb-98e5-5097297b1e91

📥 Commits

Reviewing files that changed from the base of the PR and between f4a63f2 and e3c2c6b.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

This PR adds failure tolerance to the copilot-review job in the CI workflow by setting continue-on-error: true. The job can now fail without causing the overall workflow to fail.

Changes

CI Workflow Configuration

Layer / File(s) Summary
Copilot review job failure tolerance
.github/workflows/ci.yml
The copilot-review job is configured with continue-on-error: true, allowing that job to fail independently without affecting the overall workflow status.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A job that stumbles need not break the chain,
With continue-on-error, workflows stay sane—
One line of grace lets copilots take flight,
Even when they fail, the CI stays bright! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the primary change: adding continue-on-error to the copilot-review CI job to allow it to fail without failing the overall workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/copilot-review-continue-on-error

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@matthew-dean matthew-dean merged commit a5f115b into master Jun 13, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant