jwodder / labelmaker

Create & enforce sets of labels in GitHub repositories
MIT License
2 stars 0 forks source link

Add a subcommand for generating a config file template from Dependabot config #6

Closed jwodder closed 10 months ago

jwodder commented 10 months ago

Custom labels specified in a dependabot.yml file must be created by the user manually. labelmaker can help with this by gaining a subcommand that takes a path to a dependabot.yml file, parses it, and generates a labelmaker config file listing the labels specified therein.

jwodder commented 10 months ago

This just seems too trivial and excessive.