create.pull.request.comment {github} | R Documentation |
Create a comment on a pull request
create.pull.request.comment(
owner,
repo,
pull.id,
content,
ctx = get.github.context()
)
owner |
the repo owner |
repo |
the repo name |
pull.id |
the id of the pull request |
content |
the JSON object describing the content. See http://developer.github.com/v3/pulls/comments/#create-a-comment for details. |
ctx |
the github context object |
the comment