Wraps to usethis::use_github_labels() to add WAG default labels to GitHub defaults.

use_wag_labels()

wag_labels()

Examples

# these labels are added wag_labels()
#> # A tibble: 2 x 3 #> name colour description #> <chr> <chr> <chr> #> 1 "needs-votes :thumbsup: " bfe9fc Please upvote, if this is worthwhile #> 2 "placeholder :arrow_up: " cfffb2 Work lives in another org
# just run this to set up labels in your current repo if (FALSE) { use_wag_labels() }