docs(merge-queue): document skip_intermediate_results in parallel mode#11919
Draft
kozlek wants to merge 1 commit into
Conversation
Contributor
Merge Protections🔴 2 of 6 protections blocking · waiting on 👀 reviews
🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
Show 4 satisfied protections🟢 🤖 Continuous Integration
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
There was a problem hiding this comment.
Pull request overview
Updates Merge Queue documentation to reflect that skip_intermediate_results is supported in parallel mode and only rejected in isolated mode, aligning the “batches” guidance and the “queue modes” compatibility notes with current behavior.
Changes:
- Update the queue-modes “Compatibility and Limitations” bullet to specify
skip_intermediate_resultsis unsupported only in isolated mode. - Expand the batches note to describe how
skip_intermediate_resultsbehaves in parallel mode (scoped) vs isolated mode.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/content/docs/merge-queue/queue-modes.mdx | Adjusts the compatibility/limitations list to clarify isolated-mode-only restriction. |
| src/content/docs/merge-queue/batches.mdx | Updates the skip_intermediate_results note to describe serial+parallel support and isolated-mode exclusion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
skip_intermediate_results is now supported in parallel mode and is rejected only in isolated mode. Update the batches.mdx note and the queue-modes compatibility bullet to match. Fixes MRGFY-7684 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Change-Id: If63b7ebc2a56240f7ffb45e1a0e6ff22d95c932e
7871c0b to
144e9da
Compare
Contributor
Author
Revision history
|
jd
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
skip_intermediate_results is now supported in parallel mode and is
rejected only in isolated mode. Update the batches.mdx note and the
queue-modes compatibility bullet to match.
Fixes MRGFY-7684
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com