koji / github-label-manager

Simple CLI tool to create/delete labels with GitHub Labels API
https://levelup.gitconnected.com/create-github-labels-from-terminal-158d4868fab
MIT License
8 stars 4 forks source link

Supply label config in external yaml/json file #27

Open klieret opened 2 years ago

klieret commented 2 years ago

It would be great if the configuration for which labels to add could be supplied as an external yaml/json/whatever file (rather than having to edit the source).

koji commented 2 years ago

@klieret thank you for your request. I will work on this and the other you posted.

klieret commented 2 years ago

Awesome :) I would love to use this tool like github-label-manger add-labels -o my-organization -r my-repo -c label-config.json or similar

But it's already really helpful as-is.

I'm surprised this doesn't have more stars, I'm sure there's plenty of github organizations/users for whom that would be useful...