create.commit.comment {github} | R Documentation |
create a comment for a given commit in a repository
create.commit.comment(owner, repo, sha, content, ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
sha |
the SHA hash of the commit |
content |
JSON object describing the comment (see http://developer.github.com/v3/repos/comments/#create-a-commit-comment for details) |
ctx |
the github context object |
the comment