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
Use pull to update target branch in Automerge Workflow (#180)
This updates the Automerge Workflow to use a `git pull --unshallow`
command instead of `git fetch --unshallow` to obtain the history of the
target branch. Using `git pull` ensures the worktree contents will also
be correctly up-to-date if any new changes are added to the remote
between the 'Checkout' step and the 'Fetch Branches' step.
0 commit comments