You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve existing status check contexts during branch protection sync
The PUT endpoint replaces all branch protection. Without this fix,
repos without an explicit override in overrides.json would have their
status check contexts wiped to an empty array. Now the script reads
the current contexts from the repo and carries them forward.
0 commit comments