Learn R Programming

github (version 0.9.8)

modify.repository.label: edit a specific label for a repository

Description

edit a specific label for a repository

Usage

modify.repository.label(owner, repo, name, content,
  ctx = get.github.context())

Arguments

owner

the repo owner

repo

the repo name

name

the label name

content

the JSON object describing the label. See http://developer.github.com/v3/issues/labels/#create-a-label for details.

ctx

the github context object

Value

The given label