Skip to content

Approved, green PRs are orphaned when their worker exits before auto-merge can succeed: nothing retries the merge #2002

Description

@ryanrborn

Found on 2026-09-23 during coordinator triage. Three PRs were ReviewGate-APPROVED on their current head, had green CI and were mergeable CLEAN, yet they sat unmerged for 17+ hours because nothing retried the merge after the owning worker exited:

The merge decision is tied to the live worker's machine. Once that machine is gone, an approved PR has no owner that re-evaluates mergeability when its blocking condition clears (draft → ready, CI running → green).

D3 because the fix sits on the Watchdog/MergeQueue/Driver lifecycle seam, is correctness-critical (it must not merge anything the coverage guard wouldn't), and needs a durable re-evaluation trigger that survives worker exit and server restart.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions