mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 20:53:55 +00:00
The relevant-mainline-drift check in scripts/pr merge-verify hard-failed any landing whose prepared head predated a sibling merge, serializing all agent landings behind a fresh CI cycle per merged PR. Required checks still gate at the prepared head and GitHub mergeable state still blocks real conflicts. OPENCLAW_PR_STRICT_DRIFT=1 restores the previous hard gate for release-critical flows.