Description Usage Arguments Details
View source: R/github-labels.R
Deletes all labels that are unrecognized and not associated with an issue.
1 2 3 4 5 | use_github_labels(
repo_spec = paste0("poissonconsulting/", basename(getwd())),
pkg = TRUE,
auth_token = usethis::github_token()
)
|
repo_spec |
Optional repository specification ( |
pkg |
A flag specifying whether to create labels for a package (default) or an analysis repository. |
auth_token |
GitHub personal access token (PAT). |
Recolors if necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.