get.pull.request.commits {github} | R Documentation |
list commits for a pull request
get.pull.request.commits(owner, repo, id, ..., ctx = get.github.context())
owner |
the repo owner |
repo |
the repo name |
id |
the pull request id |
... |
extra parameters. See https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request for details |
ctx |
the github context object |
the list of pull request commits