docs: embed the Bazel parallel-scopes walkthrough - #12485
Open
jd wants to merge 1 commit into
Open
Conversation
The Bazel scopes page was the only scopes page with no video, even though it is the one that asks the most of a reader: the `bazel query` step, the manual scopes source, and parallel mode all have to click together before the payoff is visible. The video shows that setup running end to end on a real Bazel monorepo -- eight pull requests across four packages, the GitHub Actions job that turns changed files into scopes, and several packages testing in their own lanes at the same time. https: //youtu.be/oJmidhu0AIA Change-Id: If707b342f91c0cb20d123540853ad33c41ed84aa
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
Adds a Bazel-specific walkthrough video to the parallel-scopes documentation.
Changes:
- Imports and embeds the shared YouTube component.
- Adds context for the end-to-end Bazel workflow.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jd
marked this pull request as ready for review
August 21, 2026 15:43
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.
The Bazel scopes page was the only scopes page with no video, even though
it is the one that asks the most of a reader: the
bazel querystep, themanual scopes source, and parallel mode all have to click together before
the payoff is visible.
The video shows that setup running end to end on a real Bazel monorepo --
eight pull requests across four packages, the GitHub Actions job that turns
changed files into scopes, and several packages testing in their own lanes
at the same time.
https: //youtu.be/oJmidhu0AIA