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
{{ message }}
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
If a pull request ("B") contains another pull request ("A"), then merge ordering matters. Because "B"'s branch contains "A"'s branch, if pull request "B" is merged first, then pull request "A" will result in a noop on merge and should be an error in some way.
The merge conflict detection should be able to recognize this scenario and error out.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a pull request ("B") contains another pull request ("A"), then merge ordering matters. Because "B"'s branch contains "A"'s branch, if pull request "B" is merged first, then pull request "A" will result in a noop on merge and should be an error in some way.
The merge conflict detection should be able to recognize this scenario and error out.
The text was updated successfully, but these errors were encountered: