From ba72b993daad1c4303b764daa735e550ccafb375 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 12:11:06 +0000 Subject: [PATCH 1/2] docs(merge-queue): changelog for deletion modal context improvement The merge queue deletion confirmation modal now shows repo name and branch (trunk2 #4145). Co-Authored-By: Claude --- .../2026-06-10-merge-queue-deletion-modal-context.mdx | 11 +++++++++++ docs.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 changelog/2026-06-10-merge-queue-deletion-modal-context.mdx diff --git a/changelog/2026-06-10-merge-queue-deletion-modal-context.mdx b/changelog/2026-06-10-merge-queue-deletion-modal-context.mdx new file mode 100644 index 00000000..769691a1 --- /dev/null +++ b/changelog/2026-06-10-merge-queue-deletion-modal-context.mdx @@ -0,0 +1,11 @@ +--- +title: "Merge Queue: Deletion Modal Now Shows Repo and Branch" +description: "The merge queue deletion confirmation modal now displays the repository name and branch so you can confirm exactly which queue you are deleting." +date: 2026-06-10 +category: Merge Queue +type: update +--- + +**The merge queue deletion confirmation modal now shows the repository name and target branch.** + +When deleting a merge queue from the Settings page, the confirmation dialog now includes both the repository name and the branch name. This extra context is useful when the queue dashboard is scrolled up and the repository name is no longer visible on screen. diff --git a/docs.json b/docs.json index d9cf4828..e09e5751 100644 --- a/docs.json +++ b/docs.json @@ -618,6 +618,7 @@ { "group": "June", "pages": [ + "changelog/2026-06-10-merge-queue-deletion-modal-context", "changelog/2026-06-08-merge-queue-firefox-extension", "changelog/2026-06-04-merge-queue-chrome-extension-0-8-0" ] From bfb7c2adca78c64c3d3c70cd3c8aab678c750512 Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:50:54 -0700 Subject: [PATCH 2/2] docs(merge-queue): document deletion-modal repo/branch context, drop changelog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The deletion confirmation modal showing repo + branch is a small UX/safety detail — documented in the Delete Merge Integration section instead of a standalone changelog entry. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../2026-06-10-merge-queue-deletion-modal-context.mdx | 11 ----------- docs.json | 1 - merge-queue/administration/advanced-settings.mdx | 2 ++ 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 changelog/2026-06-10-merge-queue-deletion-modal-context.mdx diff --git a/changelog/2026-06-10-merge-queue-deletion-modal-context.mdx b/changelog/2026-06-10-merge-queue-deletion-modal-context.mdx deleted file mode 100644 index 769691a1..00000000 --- a/changelog/2026-06-10-merge-queue-deletion-modal-context.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Merge Queue: Deletion Modal Now Shows Repo and Branch" -description: "The merge queue deletion confirmation modal now displays the repository name and branch so you can confirm exactly which queue you are deleting." -date: 2026-06-10 -category: Merge Queue -type: update ---- - -**The merge queue deletion confirmation modal now shows the repository name and target branch.** - -When deleting a merge queue from the Settings page, the confirmation dialog now includes both the repository name and the branch name. This extra context is useful when the queue dashboard is scrolled up and the repository name is no longer visible on screen. diff --git a/docs.json b/docs.json index e09e5751..d9cf4828 100644 --- a/docs.json +++ b/docs.json @@ -618,7 +618,6 @@ { "group": "June", "pages": [ - "changelog/2026-06-10-merge-queue-deletion-modal-context", "changelog/2026-06-08-merge-queue-firefox-extension", "changelog/2026-06-04-merge-queue-chrome-extension-0-8-0" ] diff --git a/merge-queue/administration/advanced-settings.mdx b/merge-queue/administration/advanced-settings.mdx index 9f4e626e..5c80b053 100644 --- a/merge-queue/administration/advanced-settings.mdx +++ b/merge-queue/administration/advanced-settings.mdx @@ -366,3 +366,5 @@ This setting will delete the Merge Queue configuration and any queued merge requ * **Switching target branches** - If you need to change which branch the queue merges into (e.g., switching from a test branch during POC to `main` for production use), you must delete the current queue and create a new one pointing to your desired branch. * **Removing Merge Queue** - You're decommissioning Merge Queue for this repository entirely. * **Starting fresh** - You want to reset all configuration. + +**Confirming the deletion.** The confirmation dialog shows the repository name and target branch of the queue you're about to delete. Check both before you confirm, especially when the dashboard is scrolled and the repository name is no longer on screen.