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
Calculate PR branch fetch depth instead of hard-coding to 1000 (#13796)
## Summary & Motivation
Based off of actions/checkout#552
We should limit the fetch depth of the PR branch checkout to the bare
minimum of what we need.
## How I Tested These Changes
Applied script to local repository, made sure that the main branch
checkout happened and the PR checkout happened with the calculated fetch
depth.
0 commit comments