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
If the following scenario happens, the service is unable to open up Forward Flow PRs:
A change is made directly in the VMR, touching file Foo in repo A
A number forward flows come from repo A but they're not touching the file FOO
Finally, Foo is changed in the repo A, and we try to open a FF PR.
This fails because there's a conflict in file Foo, so we recreate the last FF and try to apply the diff again, but it fails again, because the last FF isn't old enough
Essentially, we need to go a lot more back in these scenarios, to the last FF before file Foo was manually changed