docs(merge-queue): document starred repos and org grouping in queue selector#577
docs(merge-queue): document starred repos and org grouping in queue selector#577samgutentag wants to merge 1 commit intomainfrom
Conversation
…elector Documents the new repository selector behavior shipped in trunk2#3698: starring repositories, GitHub org grouping, and search filtering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> https://claude.ai/code/session_01RE2hW4Zg9sLHs1BcNyqte2
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
Claude finished @samgutentag's task in 1m 7s —— View job Review complete
The new Two clarifications flagged with inline comments:
No typos, grammar issues, or other formatting problems found. Both flagged items are non-blocking clarifications — verify against the actual UI and update if needed. |
|
|
||
| The selector in the page header lets you switch between merge queues without leaving the dashboard. | ||
|
|
||
| **Starred repositories:** Click the star icon next to the selector to star the currently selected repository. Starred repositories always appear at the top of the list, regardless of organization. |
There was a problem hiding this comment.
The phrase "next to the selector" suggests the star icon is adjacent to the selector dropdown itself (outside it), but based on typical UI patterns it may actually appear next to individual repository names within the dropdown list. If that's the case, the interaction could be described more precisely:
| **Starred repositories:** Click the star icon next to the selector to star the currently selected repository. Starred repositories always appear at the top of the list, regardless of organization. | |
| **Starred repositories:** Click the star icon next to a repository in the selector list to star it. Starred repositories always appear at the top of the list, regardless of organization. |
If the star icon truly does apply to the "currently selected" repository via a control next to the selector (not inside the dropdown), then the original wording is fine — but it's worth verifying against the actual UI.
|
|
||
| **Organization grouping:** Unstarred repositories are grouped by GitHub organization. Repositories not associated with a GitHub organization appear under **Other repositories**. | ||
|
|
||
| **Search:** Type to filter the list by repository or branch name. |
There was a problem hiding this comment.
Since the selector groups repositories (not branches) by organization, filtering "by branch name" may be confusing — it's not obvious why a user would search for a branch here, or what it does (e.g., surfaces repositories whose default branch matches the query?). Consider a brief clarification:
| **Search:** Type to filter the list by repository or branch name. | |
| **Search:** Type to filter the repository list by name. Search also matches branch names, making it easy to find the right queue when multiple repositories share a branch. |
If filtering by branch name has a different meaning (e.g., the queue is per-branch and branches appear as items in the list), it may be worth a short explanation of why both repository and branch names are searchable.
Summary
Documents new repository selector behavior in the Trunk Merge Queue dashboard, shipped in trunk-io/trunk2#3698:
Source
Test plan
Generated by Claude Code