A fancy tool to automate creation of helpfull labels set for Github repository.
- first argument should be Github Auth token to authorize Github API Reqests
- second argument should be
oranization/repository
name (like: square/retrofit).
Example: ./github_labels_creator.sh token square/retrofit
chmod +x github_labels_creator.sh
otherwise you will face an error:
github_labels_creator.sh: Permission denied