Description Usage Arguments Value See Also Examples
Delete a GitHub label.
1 | gh_delete_label(repo, label_name)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
label_name |
Name of the label. |
No output.
See githubr-package.
1 2 3 4 | ## Not run:
gh_delete_label("lwjohnst86/test-githubr", "Interest")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.