modify.repository.label {github} | R Documentation |
edit a specific label for a repository
modify.repository.label(owner, repo, name, content, ctx = get.github.context())
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 |
The given label