create.issue.comment {github}R Documentation

Create issue comment

Description

Create issue comment

Usage

create.issue.comment(
  owner,
  repo,
  issue.number,
  content,
  ctx = get.github.context()
)

Arguments

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

Value

the comment


[Package github version 0.9.12 Index]