docs(merge-protections): show where Depends-On surfaces in the queue - #12233
Merged
Conversation
Member
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🟢 All 7 merge protections satisfied — ready to merge. Show 7 satisfied protections🟢 ⛓️ Depends-On RequirementsRequirement based on the presence of
🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
A queued pull request held back by a Depends-On can sit behind a lower-priority one with nothing on the page explaining why. The merge queue now answers that: a dependency icon in the list, a "Depends On" section in the side panel linking to each pull request it waits for, and `depends_on_pull_requests` on the merge queue status API. The scope is narrower than it first looks, so the page says so. The engine computes that list from the stack-predecessor walk, which engages only when the pull request is genuinely stacked and declares a same-repository `Depends-On:`. A cross-repository dependency still blocks the merge but is never displayed. MRGFY-8213 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: I721deaa4d06b6d0c8c4af488d33b90a9e2cc54cc
jd
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/describe-stats-page-ships--febfad2c
branch
from
July 27, 2026 14:30
2be431d to
538c94a
Compare
jd
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/show-depends-surfaces-queue--721deaa4
branch
from
July 27, 2026 14:30
8061180 to
b2c40f3
Compare
Member
Author
Revision history
|
jd
marked this pull request as ready for review
July 28, 2026 08:17
mergify
Bot
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/describe-stats-page-ships--febfad2c
branch
from
July 28, 2026 09:19
538c94a to
539b1fb
Compare
JulianMaurin
previously approved these changes
Jul 28, 2026
Base automatically changed from
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/describe-stats-page-ships--febfad2c
to
main
July 28, 2026 10:12
mergify
Bot
force-pushed
the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/show-depends-surfaces-queue--721deaa4
branch
from
July 28, 2026 10:12
b2c40f3 to
528e7b3
Compare
kozlek
approved these changes
Jul 28, 2026
sileht
approved these changes
Jul 28, 2026
Contributor
Merge Queue Status
This pull request spent 3 minutes 8 seconds in the queue, including 2 minutes 23 seconds running CI. Required conditions to merge
|
55 tasks
mergify
Bot
deleted the
devs/jd/jd/mrgfy-8213-product-change-watcher-docs-follow-the-product/show-depends-surfaces-queue--721deaa4
branch
July 28, 2026 12:05
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.
A queued pull request held back by a Depends-On can sit behind a lower-priority
one with nothing on the page explaining why. The merge queue now answers that: a
dependency icon in the list, a "Depends On" section in the side panel linking to
each pull request it waits for, and
depends_on_pull_requestson the merge queuestatus API.
The scope is narrower than it first looks, so the page says so. The engine
computes that list from the stack-predecessor walk, which engages only when the
pull request is genuinely stacked and declares a same-repository
Depends-On:.A cross-repository dependency still blocks the merge but is never displayed.
MRGFY-8213
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Depends-On: #12232