@oss-autopilot/core - v3.14.5
    Preparing search index...

    Function reconcileMergedPRsWithList

    Daily merge-loop reconciliation — auto-mark curated-list entries whose PR merged (#1463).

    • Auto-mark curated-list entries done for recently merged PRs.

      Silent no-op cases (by design — these are normal, not failures):

      • no merged PRs this run
      • no curated list configured/detected
      • no list entry mentions a merged PR's URL
      • the matching entry is already marked done (idempotent re-run)

      Returns the entries actually struck this run, or undefined when nothing changed — callers omit the field from output rather than emitting [].

      Parameters

      • input: ReconcileMergedPRsInput

      Returns MergedPRListUpdate[] | undefined