Learn R Programming

github (version 0.9.8)

perform.merge.pull.request: merge a pull request

Description

merge a pull request

Usage

perform.merge.pull.request(owner, repo, id, ..., ctx = get.github.context())

Arguments

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

Value

none