perform.repository.merge {github} | R Documentation |
perform a merge.
perform.repository.merge(owner, repo, content, ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
content |
the JSON object describing the merge. See http://developer.github.com/v3/repos/merging/#perform-a-merge for details. |
ctx |
the github context object |
the resulting merge commit