Closed
Description
Feature Description
branch3 -> branch2 -> branch1 -> master
Now, if we have a chain of pull requests, we cannot merge branch1
first, because all other requests to branch1
will be closed without the possibility of reopening.
In bitbucket, this was solved by the fact that when deleting a branch1
, all open pull requests change the target to the branch into which branch1
was merged, in our case, this is the master.
Screenshots
Here is an example in the form of a mind map.
Schema before merge branch1
:
After merge and deleting branch1
: