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
Do not try to merge branches in create_automerge_pr
Creating a merge commit here was pointless and caused the job to fail if there was a merge conflict. Instead, we should check if there are any commits that need to be merged and if so, create a new branch that just fixes the head branch to open a PR.
If there are any merge conflicts, they will now be shown in the PR.
0 commit comments