modify.pull.request.comment {github}R Documentation

Modify a comment on a pull request

Description

Modify a comment on a pull request

Usage

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

Arguments

owner

the repo owner

repo

the repo name

pull.id

the id of the pull request

content

the JSON object describing the edited content. See http://developer.github.com/v3/pulls/comments/#edit-a-comment for details.

ctx

the github context object

Value

the comment


[Package github version 0.9.12 Index]