Useful helper to standardize labels across all your projects.
-
Download the script
-
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
An example of the pull request progression through labels:
DO NOT REVIEW
-> Needs review
-> Ready for test
-> Ready to be merged
You may specify your own labels in the script with name, color and description.