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
// reset the conflicted files as there cannot be any if we're merged
551
-
pr.ConflictedFiles= []string{}
552
-
553
-
// We need to save all of the data used to compute this merge as it may have already been changed by TestPatch. FIXME: need to set some state to prevent TestPatch from running whilst we are merging.
// reset the conflicted files as there cannot be any if we're merged
709
+
pr.ConflictedFiles= []string{}
710
+
711
+
// We need to save all of the data used to compute this merge as it may have already been changed by TestPatch. FIXME: need to set some state to prevent TestPatch from running whilst we are merging.
0 commit comments