github-label-preset

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i github-label-preset

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

26.2 kB

Total Files

34

Last publish

Collaborators

  • vweevers