docs(merge-queue): document improved required status check picker#236
docs(merge-queue): document improved required status check picker#236samgutentag wants to merge 2 commits into
Conversation
The picker in Merge Queue Settings now draws from GitHub status check and check run tables (trunk2 #4152), and supports freeform input when a check name is not yet in the list. Co-Authored-By: Claude <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Verification status (June 11, 2026): Verified: customers can use this. Ready to publish.
Approve and merge when docs review is complete. Generated by Claude Code |
| **The required status check picker in Merge Queue Settings now shows actual CI job names observed on your pull requests.** | ||
|
|
||
| When configuring required status checks in **Merge Queue Settings**, the picker now populates from GitHub status checks and check runs recorded on your repository's recent pull requests. This gives you accurate, up-to-date check names to select from instead of a manually maintained list. | ||
|
|
||
| Two improvements shipped together: | ||
|
|
||
| - **Real check names.** The picker pulls from GitHub status check contexts and check run names, so the names you see match exactly what GitHub reports. |
There was a problem hiding this comment.
It showed real names before too - selecting statuses from the Settings page was never a manual list - it's just that the earlier system that observed them from Github jobs was no longer running. This resolves that. The freeform input is new though
There was a problem hiding this comment.
Good catch — you're right, the picker always observed real names (the prior wording even said "seen on recent PRs"); the earlier observation pipeline had stopped and this restores it. Since the only genuinely new bit is the freeform input, I'm dropping the standalone changelog entry and keeping this as a docs update. The Required Status Checks steps now describe the observed-names behavior plus the new type-to-add input, without the inaccurate "manual list → real names" framing.
Per blx review: the picker always observed real check names (it was never a manual list); the prior observer had stopped and this restores it. The only genuinely new bit is freeform input. Small fix + minor addition -> documented on Advanced Settings, not a standalone changelog entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Verification status (June 12, 2026): Verified: customers can use this. Ready to publish.
Verified by Daily Docs Sweep · June 12, 2026 Generated by Claude Code |
|
Verification status (June 13, 2026): Verified: customers can use this. Ready to publish.
Verified by Daily Docs Sweep · June 13, 2026 Generated by Claude Code |
|
Verification status (June 14, 2026): Feature confirmed live in production. No regression signals detected. Ready to merge.
Verified by Daily Docs Sweep - June 14, 2026 Generated by Claude Code |
|
Verification status (June 15, 2026): Verified: customers can use this. Ready to publish.
Verified by Daily Docs Sweep - June 15, 2026 Generated by Claude Code |
Summary
Documents two improvements to the Required Status Checks picker in Merge Queue Settings (trunk2 #4152):
Changes:
changelog/2026-06-11-merge-queue-required-status-picker.mdxmerge-queue/administration/advanced-settings.mdxto describe both the populated list and freeform inputdocs.jsonnav updated to include the changelog entry in June 2026Source
Test plan
Generated by Claude Code