modify.commit.comment {github} | R Documentation |
update a single commit comment
modify.commit.comment(owner, repo, id, content, ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
id |
the comment id |
content |
the JSON object containing the new contents of the comment. See http://developer.github.com/v3/repos/comments/#update-a-commit-comment for details. |
ctx |
the github context object |
the comment