A pull request comes into my repo hosted on Github. By default it is merged into the master branch.
Is there any way for me to change which branch the changes would be merged into?
|
A pull request comes into my repo hosted on Github. By default it is merged into the Is there any way for me to change which branch the changes would be merged into?
| |||
|
feedback
|
|
The submitter can change that when they issue the pull request, but once they issue it you can't change it. On the other hand, you can manually merge their branch and push, which I semi-regularly do for mistargetted pull requests. You may find the That gem wraps up the manual process, which is:
| |||||||
feedback
|