modify.issue {github}R Documentation

Modify issue

Description

Modify issue

Usage

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

Arguments

owner

the repo owner

repo

the repo name

number

the issue number

content

the JSON object with the issue content. See http://developer.github.com/v3/issues/#edit-an-issue for details

ctx

the github context object

Value

the list of issues


[Package github version 0.9.12 Index]