-
v0.1.173 Stable
released this
2026-07-15 17:19:33 +00:00 | 512 commits to main since this releaseFixed
- 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)
8dff163bba51fix(merge): self-heal the latched-mergeability 405 (try-again-later) via server-side rebase
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- pipeline-merge self-heals the latched-mergeability 405. Forgejo's 405