Skip to content

Instantly share code, notes, and snippets.

@b5
Created February 27, 2019 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b5/d3bd0de5aa88842b2455a2e5c1112c87 to your computer and use it in GitHub Desktop.
Save b5/d3bd0de5aa88842b2455a2e5c1112c87 to your computer and use it in GitHub Desktop.
qri github labels
[
{
"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"
}
]
# 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