use_github_labels: Create Poisson GitHub Issue Labels

Description Usage Arguments Details

View source: R/github-labels.R

Description

Deletes all labels that are unrecognized and not associated with an issue.

Usage

1
2
3
4
5
use_github_labels(
  repo_spec = paste0("poissonconsulting/", basename(getwd())),
  pkg = TRUE,
  auth_token = usethis::github_token()
)

Arguments

repo_spec

Optional repository specification (owner/repo) if you don't want to target the current project.

pkg

A flag specifying whether to create labels for a package (default) or an analysis repository.

auth_token

GitHub personal access token (PAT).

Details

Recolors if necessary.


poissonconsulting/usepois documentation built on March 12, 2020, 7:25 a.m.