Skip to content

Instantly share code, notes, and snippets.

@eriwen
Created May 7, 2017 22:34
Show Gist options
  • Save eriwen/967b012c749b60f7a08518d2b0b9ba2c to your computer and use it in GitHub Desktop.
Save eriwen/967b012c749b60f7a08518d2b0b9ba2c to your computer and use it in GitHub Desktop.
Configuration for github-labels node tool
[{
"name": "a:bug",
"color": "d93f0b"
}, {
"name": "a:chore",
"color": "1d76db"
}, {
"name": "a:feature",
"color": "0e8a16"
}, {
"name": "a:question",
"color": "5319e7"
}, {
"name": "affects-browser:chrome",
"color": "bfd4f2"
}, {
"name": "affects-browser:edge",
"color": "bfd4f2"
}, {
"name": "affects-browser:firefox",
"color": "bfd4f2"
}, {
"name": "affects-browser:ie",
"color": "bfd4f2"
}, {
"name": "affects-browser:opera",
"color": "bfd4f2"
}, {
"name": "affects-browser:safari",
"color": "bfd4f2"
}, {
"name": "feedback-wanted",
"color": "fef2c0"
}, {
"name": "help-wanted",
"color": "c2e0c6"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment