Created
May 7, 2017 22:34
-
-
Save eriwen/967b012c749b60f7a08518d2b0b9ba2c to your computer and use it in GitHub Desktop.
Configuration for github-labels node tool
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": "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