docs(merge-queue): document per-scope scopes.capacities#11680
Open
sileht wants to merge 1 commit into
Open
Conversation
Add a "Limiting Concurrency per Scope" section to parallel-scopes.mdx covering the new scopes.capacities map: the global-ceiling + per-scope sub-limit model, a YAML example with capped and uncapped scopes, a worked walk-through and dot-graph, the multi-scope rule, the source-agnostic behavior, and the strict-branch-protection clamp to 1. Cross-link it from parallel-checks.mdx and add scopes.capacities to the top-level keys in scopes.mdx. Documents engine PR Mergifyio/monorepo#32758. Fixes MRGFY-7437 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Ice574b45c57eacf7258fd9a080a1985026b5593a
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Adds documentation for the new scopes.capacities configuration, explaining how to cap concurrency per scope in merge-queue parallel mode while still respecting the global max_parallel_checks ceiling.
Changes:
- Documented
scopes.capacitiesin the scopes configuration schema and linked to the detailed explanation. - Added a new “Limiting Concurrency per Scope” section to the parallel scopes documentation (model description + YAML example + worked example + multi-scope behavior + branch protection note).
- Cross-linked the new section from the parallel checks documentation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/content/docs/merge-queue/scopes.mdx | Adds scopes.capacities to the top-level scopes keys and links to the detailed section. |
| src/content/docs/merge-queue/parallel-scopes.mdx | Introduces the full per-scope capacity explanation, including examples and behavior notes. |
| src/content/docs/merge-queue/parallel-checks.mdx | Adds a pointer to the new per-scope capacity documentation from the parallel checks tuning section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JulianMaurin
approved these changes
May 29, 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.
Add a "Limiting Concurrency per Scope" section to parallel-scopes.mdx
covering the new scopes.capacities map: the global-ceiling +
per-scope sub-limit model, a YAML example with capped and uncapped
scopes, a worked walk-through and dot-graph, the multi-scope rule, the
source-agnostic behavior, and the strict-branch-protection clamp to 1.
Cross-link it from parallel-checks.mdx and add scopes.capacities to the
top-level keys in scopes.mdx.
Documents engine PR Mergifyio/monorepo#32758.
Fixes MRGFY-7437
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com