mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-23 03:32:07 +08:00
403d77ff3f
Fix branch status check for merge readiness Previously, any non-"CLEAN" status prevented merging. The check now specifically fails only if the branch is "BEHIND", allowing other statuses to proceed if valid. This ensures more accurate merge validations.