gh_delete_label: Delete a GitHub label.

Description Usage Arguments Value See Also Examples

View source: R/issues.R

Description

Delete a GitHub label.

Usage

1
gh_delete_label(repo, label_name)

Arguments

repo

Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr".

label_name

Name of the label.

Value

No output.

See Also

See githubr-package.

Examples

1
2
3
4
## Not run: 
gh_delete_label("lwjohnst86/test-githubr", "Interest")

## End(Not run)

rostools/githubr documentation built on Aug. 17, 2020, 6:49 p.m.