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: ensure we can checkout PR branches named identically to the base branch
Similar to the issue reported in laminas/laminas-ci-matrix-action#29, we need to ensure that when we fetch the `$GITHUB_REF`, we fetch it into a branch that is named differently than the base branch to avoid collisions and errors.
This patch accomplishes it by adding a `pull/` prefix to the pull request branch name.
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
0 commit comments