Learn R Programming

github (version 0.9.8)

create.commit.comment: create a comment for a given commit in a repository

Description

create a comment for a given commit in a repository

Usage

create.commit.comment(owner, repo, sha, content, ctx = get.github.context())

Arguments

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

Value

the comment