Skip to content

vweevers/github-label-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-label-preset

Preset for GitHub labels.

npm status node Test JavaScript Style Guide

Labels

problem-bug problem-security

discussion-question discussion-discussion discussion-poll

add-enhancement add-test add-benchmark

semver-semver-major semver-semver-minor semver-semver-patch

help-wanted-good-first-issue help-wanted-help-wanted help-wanted-pull-request-welcome

help-wanted-more-information-needed

documentation-documentation documentation-upgrade-guide documentation-changelog

maintenance-maintenance maintenance-dependencies

cleanup-refactor cleanup-cleanup

priority-critical priority-blocked

inactive-invalid inactive-duplicate inactive-stale

inactive-wontfix inactive-false-positive

How to use

Apply the preset to many repositories at once with attend (alpha) or to a single repository with github-label-sync.

With github-label-sync

1) Install github-label-sync (>= 1.3.0) globally with npm:

npm i -g github-label-sync

2) Create a personal access token with the repo scope.

3) Apply the labels to your repo:

github-label-sync -a <TOKEN> -l https://raw.githubusercontent.com/vweevers/github-label-preset/master/labels.json [--dry-run] <ORG/REPO>

Warning! This utility can remove existing labels. Be careful and do a --dry-run first. If you don't want to delete existing labels, add --allow-added-labels.

License

MIT

About

A preset for GitHub labels. Easy to apply to any repository.

Topics

Resources

License

Stars

Watchers

Forks