Skip to content

mseninc/github-labels-initializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-labels-initializer

Remove all labels from a Github repository and create new labels.

Prepare .env file

Make .env file.

cp .env.sample .env

Set proper values to PERSONAL_ACCESS_TOKEN, REPO_OWNER and REPO_NAME.

Customize labels.json

Label should be specified its name and color as below.

[
  { "name": "LabelA", "color": "0000ff" },
  { "name": "LabelB", "color": "ff0000" }
]

Execute initializing

npm run exec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors