himynameisdave / git-labelmaker

:flags: Manage your GitHub labels from the command line!
MIT License
575 stars 33 forks source link

Mention that this doesn't work with GH Enterprise atm #45

Closed himynameisdave closed 8 years ago

himynameisdave commented 8 years ago

We should document it in the readme that the api call is made to the public GitHub API and will not work on a private/GH enterprise repo. git-label supports this feature however I chose to hardcore the api in because it was less overhead... eventually I would like git-labelmaker to just know/ask what api to use.