-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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
:
MGChecker and septatrix
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.