From bd412eb8768b12c55b904f584f8ad46f2f234dbd Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 10 Jun 2026 12:13:30 +0000 Subject: [PATCH 1/2] docs(merge-queue): browser extension adds High priority submissions Documents the new High priority option in the browser extension submission dropdown, and the warning icon added to Urgent priority. Adds changelog entry for trunk2#4126. Co-Authored-By: Claude --- ...ge-queue-browser-extension-high-priority.mdx | 17 +++++++++++++++++ docs.json | 1 + merge-queue/browser-extensions.mdx | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx diff --git a/changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx b/changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx new file mode 100644 index 00000000..02f6ad66 --- /dev/null +++ b/changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx @@ -0,0 +1,17 @@ +--- +title: "Merge Queue: Browser Extension Adds High Priority Submissions" +description: "The Trunk browser extension now supports submitting pull requests at High priority, and the Urgent option shows a warning icon to discourage casual use." +date: 2026-06-09 +category: Merge Queue +type: update +--- + +**The Trunk browser extension now supports submitting pull requests at High priority.** + +The priority dropdown in the extension panel has been updated: + +- **High priority is now available.** High priority places the PR at the front of the queue ahead of Normal and Low priority work, but does not interrupt currently running tests. It corresponds to [priority level 10](https://docs.trunk.io/merge-queue/optimizations/priority-merging#valid-priority-levels), the same value supported by `/trunk merge --priority=high`. +- **Urgent priority now shows a warning icon.** A triangle warning indicator appears next to the Urgent option to make the consequences clearer before you click. Urgent forces the PR to the front of the queue and restarts all in-progress testing. +- **Priority menu order updated.** The options now appear as Normal, Low, High, Urgent, from least to most disruptive. + +The priority selector is available on any pull request in a queue-enabled repository. See [Priority merging](https://docs.trunk.io/merge-queue/optimizations/priority-merging) for guidance on when to use each level. diff --git a/docs.json b/docs.json index d9cf4828..96a2df19 100644 --- a/docs.json +++ b/docs.json @@ -618,6 +618,7 @@ { "group": "June", "pages": [ + "changelog/2026-06-09-merge-queue-browser-extension-high-priority", "changelog/2026-06-08-merge-queue-firefox-extension", "changelog/2026-06-04-merge-queue-chrome-extension-0-8-0" ] diff --git a/merge-queue/browser-extensions.mdx b/merge-queue/browser-extensions.mdx index 0d6ae324..3ca3cc88 100644 --- a/merge-queue/browser-extensions.mdx +++ b/merge-queue/browser-extensions.mdx @@ -45,7 +45,7 @@ On any pull request in a queue-enabled repository, the extension adds a **Merge 1. Open the pull request on GitHub. 2. In the Trunk panel, click **Add to Merge Queue**. -3. Optionally choose a [priority](./optimizations/priority-merging) before submitting. +3. Optionally choose a [priority](./optimizations/priority-merging) before submitting. The dropdown includes **Normal** (default), **Low**, **High**, and **Urgent**. Urgent forces the PR to the front of the queue and restarts any in-progress testing; use it only for production incidents. 4. If batching is enabled for the repository, you can toggle **Skip batching** to enqueue this PR without grouping it into a batch — useful for hotfixes or PRs that need to merge without waiting for a batch window. Submission goes through the same backend as the `/trunk merge` comment and the Trunk web app, so behavior is identical. See [Submit and cancel pull requests](./using-the-queue/reference) for the full lifecycle. From a442c8736301bf2dde0143a4865bf55db8c0c1a2 Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:20:49 -0700 Subject: [PATCH 2/2] docs(merge-queue): drop changelog entry, keep as doc-only update Adding the existing High priority level (and an Urgent warning icon + menu reorder) to the extension dropdown is UI parity with the CLI, not a new capability. Documented on the Browser Extensions page. Co-Authored-By: Claude Opus 4.8 (1M context) --- ...ge-queue-browser-extension-high-priority.mdx | 17 ----------------- docs.json | 1 - 2 files changed, 18 deletions(-) delete mode 100644 changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx diff --git a/changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx b/changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx deleted file mode 100644 index 02f6ad66..00000000 --- a/changelog/2026-06-09-merge-queue-browser-extension-high-priority.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Merge Queue: Browser Extension Adds High Priority Submissions" -description: "The Trunk browser extension now supports submitting pull requests at High priority, and the Urgent option shows a warning icon to discourage casual use." -date: 2026-06-09 -category: Merge Queue -type: update ---- - -**The Trunk browser extension now supports submitting pull requests at High priority.** - -The priority dropdown in the extension panel has been updated: - -- **High priority is now available.** High priority places the PR at the front of the queue ahead of Normal and Low priority work, but does not interrupt currently running tests. It corresponds to [priority level 10](https://docs.trunk.io/merge-queue/optimizations/priority-merging#valid-priority-levels), the same value supported by `/trunk merge --priority=high`. -- **Urgent priority now shows a warning icon.** A triangle warning indicator appears next to the Urgent option to make the consequences clearer before you click. Urgent forces the PR to the front of the queue and restarts all in-progress testing. -- **Priority menu order updated.** The options now appear as Normal, Low, High, Urgent, from least to most disruptive. - -The priority selector is available on any pull request in a queue-enabled repository. See [Priority merging](https://docs.trunk.io/merge-queue/optimizations/priority-merging) for guidance on when to use each level. diff --git a/docs.json b/docs.json index 96a2df19..d9cf4828 100644 --- a/docs.json +++ b/docs.json @@ -618,7 +618,6 @@ { "group": "June", "pages": [ - "changelog/2026-06-09-merge-queue-browser-extension-high-priority", "changelog/2026-06-08-merge-queue-firefox-extension", "changelog/2026-06-04-merge-queue-chrome-extension-0-8-0" ]