perform.merge.pull.request {github} | R Documentation |
merge a pull request
perform.merge.pull.request(owner, repo, id, ..., ctx = get.github.context())
owner |
the repo owner |
repo |
the repo name |
id |
the pull request id |
... |
extra parameters to control the merge. See http://developer.github.com/v3/pulls/#merge-a-pull-request-merge-buttontrade for details. |
ctx |
the github context object |
none