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