Last active
July 12, 2016 08:59
-
-
Save lekkas/2f96380b8671ae758d1b854469f06b92 to your computer and use it in GitHub Desktop.
Backend 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
# backend-labels.json | |
[ | |
{"name": "Backlog", "color": "fef2c0"}, | |
{"name": "flow/to-do", "color": "fef2c0"}, | |
{"name": "flow/blocked", "color": "fef2c0"}, | |
{"name": "flow/in-progress", "color": "fef2c0"}, | |
{"name": "flow/in-review", "color": "fef2c0"}, | |
{"name": "flow/waiting-for-staging", "color": "fef2c0"}, | |
{"name": "flow/testing", "color": "fef2c0"}, | |
{"name": "flow/waiting-for-production", "color": "fef2c0"}, | |
{"name": "Done", "color": "fef2c0"}, | |
{"name": "closed/invalid", "color": "e6e6e6"}, | |
{"name": "closed/duplicate", "color": "cccccc"}, | |
{"name": "closed/wont-fix", "color": "ffffff"}, | |
{"name": "priority/high", "color": "d93f0b"}, | |
{"name": "priority/medium", "color": "fef2c0"}, | |
{"name": "priority/low", "color": "0e8a16"}, | |
{"name": "type/feature", "color": "84b6eb"}, | |
{"name": "type/enhancement", "color": "1d76db"}, | |
{"name": "type/bug", "color": "0052cc"}, | |
{"name": "type/question", "color": "9c00cc"}, | |
{"name": "type/docs", "color": "84b1eb"}, | |
{"name": "needs-more-information", "color": "9c00cc"}, | |
{"name": "low-hanging-fruit", "color": "f9e6ff"} | |
] | |
# npm i -g github-labeller | |
# github-labeller -r "resin-io/resin-<repo>" -t <token> -c ./backend-labels.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment