• v0.1.173 73a4e54678

    v0.1.173 Stable

    pipeline-bot released this 2026-07-15 17:19:33 +00:00 | 512 commits to main since this release

    Fixed

    • pipeline-merge self-heals the latched-mergeability 405. Forgejo's 405 Please try again later (ErrNotMergeableState) covers both a transient Checking state and a
      LATCHED Error state that only a head/base push clears — the merge previously retried
      8x blind and hard-failed (bit twice 2026-07-15: platform-seanfarm #218, pipelines
      #863; manual cure was recutting the branch). After 2 plain retries the merge now
      forces the recompute via the existing server-side-rebase self-heal (new head sha
      re-queues the mergeability check + re-greens CI), sharing the 2-update budget with
      the outdated-branch path; unhealable cases fail loud naming the recut cure.

    Included changes (v0.1.172 -> v0.1.173)

    • 8dff163bba51 fix(merge): self-heal the latched-mergeability 405 (try-again-later) via server-side rebase
    Downloads