modify.pull.request {github} | R Documentation |
edit pull request
modify.pull.request(owner, repo, id, content, ctx = get.github.context())
owner |
the repo owner |
repo |
the repo name |
id |
the pull request id |
content |
the JSON object representing the pull request. See http://developer.github.com/v3/pulls/#update-a-pull-request for details. |
ctx |
the github context object |
the specific pull request