tonglil / labeler

Superseded by https://github.com/apps/settings - Manage labels on GitHub as code
MIT License
82 stars 11 forks source link

Scan existing labels from a repository and save it to a file #8

Closed tonglil closed 7 years ago

tonglil commented 7 years ago

Create a reader package with a Run function that pulls all of the repos from a remote, converts the GitHub object into types.LabelFiel, and writes it into a file.

See: https://github.com/tonglil/labeler/blob/master/writer/writer.go#L84

Bonus functionality: merge with a file if the file already exists.

tonglil commented 7 years ago

Closed by #13.