Skip to content

GitHub labels to use across repositories

Notifications You must be signed in to change notification settings

PaulRBerg/github-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Labels

Useful for synchronizing labels across GitHub repositories. See github-label-sync.

Pre Requisites

Install the following package with npm:

npm install -g github-label-sync

And make sure that you have your GitHub token set in the environment variable GITHUB_TOKEN.

Usage

To apply the labels to all repos:

$ ./apply.sh

To apply the labels to one particular repo:

github-label-sync --access-token $GITHUB_TOKEN --allow-added-labels --labels ./labels.yml owner/repo

Running these scripts will NOT overwrite any existing labels in the repo.

If you want to overwrite the labels, and also delete the labels that are not listed in the YAML files, remove the --allow-added-labels flag.

About

GitHub labels to use across repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages