-
Notifications
You must be signed in to change notification settings - Fork 130
Make Child Pull Requests Dependent on Parent Pull Requests #867
Comments
@oprogramador The issues @aspiers mentioned are the duplicates. This one existed first. |
@dgw commented on February 28, 2019 12:13 AM:
That is correct, and I just closed #950. OTOH #959, while newer than this one, has for some reason attracted considerably more attention via up-votes and debate. So I'm inclined to close this one as the duplicate in order to focus attention on the issue with the largest audience and existing detail. @cirosantilli @TPS @clarkbw what do you think? |
Very interested in this feature, as it's the main differentiator for other review systems, and is at least a soft-blocker to migrating to github enterprise, as losing this would be a major shift in workflow. |
Created a thread for this in the new feedback repo: community/community#4477 |
As per above, #959 is the main issue covering this topic, not this one. Also note that GitHub are in the middle of migrating the most popular issues from this repo to their feedback repo, so while the initiative is appreciated, it's probably better to let them take care of this (unless of course you are part of the GitHub team, in which case I would have other suggestions). |
GitHub currently allows you to change the base branch of a pull request, which would allow you chain pull requests together so that the unique diff can be seen. The issue with this is that it only works with upstream branches.
I would like to have the ability to mark a Pull Request as a
Child
of another pull request. In this case the child PR would not be able to be merged until the parent is merged or the marking is changed. Also, the diff would only show the differences in regards to the parent PR.These features are not possible when continuously working on a feature or set of features that depend on each other and require review merging one piece at a time a branch or number of branches ON A FORKED BRANCH. This often leaves me having to manually manage a chain of branches on a local repo, getting feedback on one piece at a time without a reviewer being able to see the upcoming changes as well.
The text was updated successfully, but these errors were encountered: