Fork me on GitHub
Manage your Github labels
You can apply any repository's labels and then change them to meet your needs then apply to your own repository.
Can be any repo, no password required for copying.

Which repo is in use
Not using any yet!
Labels
Help

Preface

First of all, this website works by making cross-site requests to Github's api api.github.com and there is no other call is made to anywhere else.

You can download this website, it also works offline.


There is not much validation and error prevention so you should check your changes before commiting.
Unprocessable Entity usually means that you tried to commit a duplicate label name or leave something empty.
This website authenticates to Github api via HTTP Basic Authentication but all api calls are done over SSL so your password is safe. More on Wikipedia.
Note that your password is only sent to Github and and sent encrypted.