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
ci: use base repository branch for breaking change detector (#22006)
this is fixing the issue where forks have stale target branch (stale
main)
## Which issue does this PR close?
- Closes#22005
## Rationale for this change
Making breaking change detector work for stale repositories
## What changes are included in this PR?
dont use `origin` as the remote but use the base repository as the
origin
## Are these changes tested?
manually
## Are there any user-facing changes?
Nope
0 commit comments