github-label-preset

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

MIT License

Downloads
5
Stars
2

github-label-preset

Preset for GitHub labels.

Labels

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