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(ci): Use merge-base for correct target validation
The validation workflow was comparing changes against the wrong base,
causing incorrect target detection when PR branches get out of sync.
Now it uses git merge-base to find where the branch actually split off,
so it only validates the targets that were actually changed in the PR.
This is the same fix as sherlock-project#2588 in the upstream repo.
0 commit comments