james075 / github-labels-1

Shell script to create labels on GitHub using CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Shell script to create labels on GitHub using CLI

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 100.0%