Skip to content

docs(auto-merge): armed --auto may not enqueue; re-issue to enter the merge queue#120

Merged
CybotTM merged 2 commits into
mainfrom
docs/mergequeue-arm-not-enqueued
Jul 18, 2026
Merged

docs(auto-merge): armed --auto may not enqueue; re-issue to enter the merge queue#120
CybotTM merged 2 commits into
mainfrom
docs/mergequeue-arm-not-enqueued

Conversation

@CybotTM

@CybotTM CybotTM commented Jul 18, 2026

Copy link
Copy Markdown
Member

From a retrospective on a live multi-PR session.

On a merge-queue repo, the first gh pr merge NUMBER --auto occasionally arms auto-merge (autoMergeRequest set) without actually enqueuing the PR — all checks green, no unresolved threads, but mergeQueue.entries is empty and the PR sits indefinitely. Re-issuing the same gh pr merge --auto reports "already queued to merge" and the entry then shows AWAITING_CHECKS.

Adds one row to the Merge Queue troubleshooting table so this is fixed by an active nudge + mergeQueue.entries verification, rather than rediscovered as passive waiting. Distinct from the existing "enqueue ≠ merged" note (that's about not reporting merged off the exit code; this is about the arm not enqueuing at all).

Skill 2.15.8 → 2.15.9. Docs-only.

… merge queue

On a merge-queue repo, the first `gh pr merge --auto` sometimes arms
auto-merge (autoMergeRequest set) without enqueuing the PR — checks are
green, no unresolved threads, yet mergeQueue.entries is empty and the PR
just sits. Re-issuing `gh pr merge --auto` reports "already queued" and
the entry then shows AWAITING_CHECKS. Adds a troubleshooting row so this
isn't rediscovered as passive waiting.

Bump skill 2.15.8 -> 2.15.9.

Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Copilot AI review requested due to automatic review settings July 18, 2026 07:13
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions github-actions Bot added documentation Improvements or additions to documentation skill labels Jul 18, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of the GitHub Project skill to 2.15.9 and adds a troubleshooting entry to the auto-merge guide for PRs that are armed but never enter the queue. The reviewer suggested using an active Markdown anchor link instead of a plain-text reference for the mergeQueue.entries GraphQL query to improve navigation and consistency.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread skills/github-project/references/auto-merge-guide.md Outdated
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
@sonarqubecloud

Copy link
Copy Markdown

@CybotTM
CybotTM merged commit 7cc4382 into main Jul 18, 2026
18 checks passed
@CybotTM
CybotTM deleted the docs/mergequeue-arm-not-enqueued branch July 18, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants