From 54fd66c4c780e408d3d8516abbf225fbc83d4a92 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:51:20 +0000 Subject: [PATCH 1/2] docs: add changelog entry for Chrome Extension updates (2026-05-19) --- ...9-merge-queue-chrome-extension-updates.mdx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx diff --git a/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx b/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx new file mode 100644 index 00000000..ebdbd7bb --- /dev/null +++ b/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx @@ -0,0 +1,26 @@ +--- +title: "Merge Queue: Chrome Extension Quality-of-Life Updates" +description: "Automatic bot comment hiding, a skip-batching toggle, and Celebration Mode come to the Trunk for GitHub Chrome Extension." +date: "2026-05-19" +category: "Merge Queue" +--- + +This week's updates to the [Trunk for GitHub Chrome Extension](/merge-queue/chrome-extension) cut PR clutter and give you more control at submission time. + +## New features + +### Skip batching toggle + +When batching is enabled for your repository, the extension's merge queue panel now includes a **Skip batching** toggle. Flip it on to enqueue a PR without grouping it into a batch — useful for hotfixes or any PR that needs to merge without waiting for a batch window. Previously, opting out of batching required the `/trunk merge --no-batch` CLI command. [Learn more](/merge-queue/chrome-extension#submit-a-pull-request-to-the-queue). + +### Celebration Mode + +A new optional **Celebration** setting plays a confetti burst each time you add a PR to the merge queue. Toggle it on from the extension's **Options** page. The effect respects your operating system's reduced motion preference, so nothing animates if you have **Reduce motion** enabled. [Learn more](/merge-queue/chrome-extension#frequently-asked-questions). + +## Updates + +### Automatic bot comment hiding + +On PRs managed by Trunk, the extension now automatically hides the Trunk bot comments that prompt you to submit a PR to the merge queue. Because the extension already adds an in-page merge queue panel, those comments were redundant — hiding them cuts noise from your PR conversation without removing any queue controls. Submit, cancel, and status actions remain available through the extension panel. + +Hiding only applies on PR pages where the extension overlay is active, and only to merge-queue prompt comments from the `trunk-io` and `trunk-staging-io` bot accounts. Other bot comments and non-merge-queue Trunk comments are unaffected. [Learn more](/merge-queue/chrome-extension#automatic-bot-comment-hiding). From 435961c42c130d9fd32d112d19a6ef9bbba6db51 Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Tue, 26 May 2026 14:13:35 -0700 Subject: [PATCH 2/2] docs(changelog): restructure to canonical shape + wire into all 4 sites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restructure body to canonical changelog shape: bold opener sentence, bullet list with **Lead** — body items, single docs link at end. Add required `type: update` frontmatter; unquote `date:` and `category:` per canonical convention. Wire the entry into the three sites the initial draft missed: - docs.json nav (under Changelog tab → 2026 group) - changelog/index.mdx (master index with tag-filter UI) - merge-queue/changelog.mdx (product-page index; adds new May 2026 section above April) Co-Authored-By: Claude Opus 4.7 (1M context) --- ...9-merge-queue-chrome-extension-updates.mdx | 27 +++++++------------ changelog/index.mdx | 6 +++++ docs.json | 1 + merge-queue/changelog.mdx | 8 ++++++ 4 files changed, 24 insertions(+), 18 deletions(-) diff --git a/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx b/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx index ebdbd7bb..9bc75dcf 100644 --- a/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx +++ b/changelog/2026-05-19-merge-queue-chrome-extension-updates.mdx @@ -1,26 +1,17 @@ --- title: "Merge Queue: Chrome Extension Quality-of-Life Updates" description: "Automatic bot comment hiding, a skip-batching toggle, and Celebration Mode come to the Trunk for GitHub Chrome Extension." -date: "2026-05-19" -category: "Merge Queue" +date: 2026-05-19 +category: Merge Queue +type: update --- -This week's updates to the [Trunk for GitHub Chrome Extension](/merge-queue/chrome-extension) cut PR clutter and give you more control at submission time. +**This week's [Chrome Extension](https://docs.trunk.io/merge-queue/chrome-extension) updates cut PR clutter and give you more control at submission time.** -## New features +Three changes shipped: -### Skip batching toggle +- **Skip batching toggle** — when batching is enabled for your repository, the merge queue panel now includes a **Skip batching** toggle. Flip it on to enqueue a PR without grouping it into a batch — useful for hotfixes or any PR that needs to merge without waiting for a batch window. Previously this required the `/trunk merge --no-batch` CLI command. +- **Celebration Mode** — a new optional **Celebration** setting plays a confetti burst each time you add a PR to the merge queue. Toggle it on from the extension's **Options** page. Respects your OS reduced-motion preference, so nothing animates if you have **Reduce motion** enabled. +- **Automatic bot comment hiding** — on PRs managed by Trunk, the extension now hides the Trunk bot comments that prompt you to submit a PR to the queue. Cuts noise from your PR conversation without removing any queue controls — submit, cancel, and status actions remain available through the extension panel. Hiding only applies on PR pages where the extension overlay is active, and only to merge-queue prompt comments from the `trunk-io` and `trunk-staging-io` bot accounts. -When batching is enabled for your repository, the extension's merge queue panel now includes a **Skip batching** toggle. Flip it on to enqueue a PR without grouping it into a batch — useful for hotfixes or any PR that needs to merge without waiting for a batch window. Previously, opting out of batching required the `/trunk merge --no-batch` CLI command. [Learn more](/merge-queue/chrome-extension#submit-a-pull-request-to-the-queue). - -### Celebration Mode - -A new optional **Celebration** setting plays a confetti burst each time you add a PR to the merge queue. Toggle it on from the extension's **Options** page. The effect respects your operating system's reduced motion preference, so nothing animates if you have **Reduce motion** enabled. [Learn more](/merge-queue/chrome-extension#frequently-asked-questions). - -## Updates - -### Automatic bot comment hiding - -On PRs managed by Trunk, the extension now automatically hides the Trunk bot comments that prompt you to submit a PR to the merge queue. Because the extension already adds an in-page merge queue panel, those comments were redundant — hiding them cuts noise from your PR conversation without removing any queue controls. Submit, cancel, and status actions remain available through the extension panel. - -Hiding only applies on PR pages where the extension overlay is active, and only to merge-queue prompt comments from the `trunk-io` and `trunk-staging-io` bot accounts. Other bot comments and non-merge-queue Trunk comments are unaffected. [Learn more](/merge-queue/chrome-extension#automatic-bot-comment-hiding). +[Read the docs](https://docs.trunk.io/merge-queue/chrome-extension) to learn more. diff --git a/changelog/index.mdx b/changelog/index.mdx index 566c50de..0b368a78 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -9,6 +9,12 @@ rss: true ### May 2026 + + **[Merge Queue: Chrome Extension Quality-of-Life Updates](/changelog/2026-05-19-merge-queue-chrome-extension-updates)** + + Automatic bot comment hiding, a skip-batching toggle, and Celebration Mode come to the Trunk for GitHub Chrome Extension. + + **[Flaky Tests: Organization-Scoped Test Labels](/changelog/2026-05-18-flaky-tests-test-labels)** diff --git a/docs.json b/docs.json index f5aa9364..aed83609 100644 --- a/docs.json +++ b/docs.json @@ -602,6 +602,7 @@ { "group": "2026", "pages": [ + "changelog/2026-05-19-merge-queue-chrome-extension-updates", "changelog/2026-05-18-flaky-tests-test-labels", "changelog/2026-05-18-flaky-tests-monitor-label-actions", "changelog/2026-05-18-flaky-tests-failure-count-monitor", diff --git a/merge-queue/changelog.mdx b/merge-queue/changelog.mdx index 3b2f55bb..ef47fe82 100644 --- a/merge-queue/changelog.mdx +++ b/merge-queue/changelog.mdx @@ -7,6 +7,14 @@ rss: true ## 2026 +### May 2026 + + + **[Merge Queue: Chrome Extension Quality-of-Life Updates](/changelog/2026-05-19-merge-queue-chrome-extension-updates)** + + Automatic bot comment hiding, a skip-batching toggle, and Celebration Mode come to the Trunk for GitHub Chrome Extension. + + ### April 2026