docs(merge-queue): remove /trunk stack from stacked-pull-requests page#22
Conversation
|
Verification status (2026-05-19): Verified: customers can use this. Ready to publish.
Note: PRs #13 and #23 cover overlapping migration scope. This PR is the most complete (includes the stacked-PR rollback). Consider merging this and closing the other two. |
|
Catchup check (2026-05-19): partially superseded, one change still needed. Compared this PR's tree against current main:
A clean rebase against current main yields exactly that one deletion: Options:
Let me know which approach you prefer and I will proceed. Per the no-force-push rule, I have not modified the remote branch. |
f833364 to
d80574d
Compare
|
Rebased (2026-05-19). Branch force-pushed onto current main. PR now contains a single commit deleting |
The /trunk stack command (combined-PR stacking via Trunk Sudo) was rolled back upstream (trunk-io/docs#657). Per merge-queue eng feedback, only that portion needs removal. The /trunk merge sequential-enqueue flow on the same page is unaffected and remains valid. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
d80574d to
3b9a479
Compare
|
Reworked (2026-05-19) per Robert's feedback in Slack. Previous version deleted the whole Branch force-pushed. The PR now contains a single commit that rewrites the page to cover only the sequential-enqueue flow (5 insertions / 132 deletions). Title and body updated to match. |
Summary
Removes the
/trunk stack(combined-PR stacking via Trunk Sudo) documentation frommerge-queue/using-the-queue/stacked-pull-requests.mdx. The page is rewritten to cover only the/trunk mergesequential-enqueue flow, which is unaffected and remains the supported way to merge a stack.Why
Upstream rollback per trunk-io/docs#657 ("we're rolling back the feature for now"). Confirmed with Robert (merge-queue eng) that only the
/trunk stackportion needs to be removed; the per-PR/trunk mergeflow on the same page is unaffected.Changes
merge-queue/using-the-queue/stacked-pull-requests.mdx— rewritten to cover only the per-PR enqueue flow:/trunk stackreference)./trunk stack, The stacked PR, Lifecycle, Why/trunk stackcreates a separate PR).Net: 5 insertions, 132 deletions; one file changed.
Test plan
/trunk mergeflow renders.#merge-the-stack-as-one-unitfrom elsewhere in the docs.