Learn R Programming

github (version 0.9.8)

delete.issue.label: Delete an issue from a label

Description

Delete an issue from a label

Usage

delete.issue.label(owner, repo, issue.number, name,
  ctx = get.github.context())

Arguments

owner

the repo owner

repo

the repo name

issue.number

the number of the issue

name

the label name

ctx

the github context object

Value

None