Learn R Programming

github (version 0.9.8)

modify.commit.comment: update a single commit comment

Description

update a single commit comment

Usage

modify.commit.comment(owner, repo, id, content, ctx = get.github.context())

Arguments

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

Value

the comment