Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 711 Bytes

Create a set of labels on GitHub

Useful helper to standardize labels across all your projects.

Usage

  1. Download the script

  2. Interactive prompt:

./create-github-labels

OR

Silent, if $GITHUB_TOKEN is set in environment and repository provided as an argument:

./create-github-labels myorg/myrepo

Provided labels

Screenshot of labels

An example of the pull request progression through labels:

DO NOT REVIEW -> Needs review -> Ready for test -> Ready to be merged

Modifying labels

You may specify your own labels in the script with name, color and description.