@@ -270,12 +310,11 @@ function ComposerPullRequestChecksPopover({
})
)}
- {canToggleAutoMerge ? (
+ {autoMergeControl.kind === "toggle" ? (
) : null}
+ {autoMergeControl.kind === "queued" ? (
+ // The host has taken it: there is no instruction left to switch off,
+ // and the queue lands it on its own.
+
+
+ In the merge queue
+
+ ) : null}