tonglil / labeler

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

Functional #2

Closed tonglil closed 7 years ago

tonglil commented 7 years ago

Functional application.

# labels.yaml
repo: tonglil/labeler
labels:
  - name: bug
    color: ee0701
  - name: fix
    color: fbca04
  - name: feature
    color: 0e8a16
    from: enhancement
export GITHUB_TOKEN=xxx
go run *.go [-v 9] labels.yaml