Created
February 27, 2019 17:41
-
-
Save b5/d3bd0de5aa88842b2455a2e5c1112c87 to your computer and use it in GitHub Desktop.
qri github labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "bug", | |
"color": "ee0701" | |
}, | |
{ | |
"name": "chore", | |
"color": "14272D" | |
}, | |
{ | |
"name": "discussion", | |
"color": "cc317c" | |
}, | |
{ | |
"name": "docs", | |
"color": "F8AC31" | |
}, | |
{ | |
"name": "duplicate", | |
"color": "ededed" | |
}, | |
{ | |
"name": "feat", | |
"color": "50C9F4" | |
}, | |
{ | |
"name": "fix", | |
"color": "1d76db" | |
}, | |
{ | |
"name": "help wanted", | |
"color": "128A0C" | |
}, | |
{ | |
"name": "in progress", | |
"color": "ededed" | |
}, | |
{ | |
"name": "perf", | |
"color": "F05631" | |
}, | |
{ | |
"name": "question", | |
"color": "cc317c" | |
}, | |
{ | |
"name": "ready", | |
"color": "ededed" | |
}, | |
{ | |
"name": "refactor", | |
"color": "B0D248" | |
}, | |
{ | |
"name": "test", | |
"color": "964C9D" | |
}, | |
{ | |
"name": "wontfix", | |
"color": "ffffff" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# relies on https://github.com/popomore/github-labels | |
# make sure you've run "npm install -g github-labels" | |
# expects you have an env var GITHUB_TOKEN with your github API token | |
labels -c labels.json -t $GITHUB_TOKEN $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment