Learn R Programming

github (version 0.9.8)

create.repository.label: create a label for a repository

Description

create a label for a repository

Usage

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

Arguments

owner

the repo owner

repo

the repo 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