From b56616cdc7e5c79f9cd9cf706519d1800450bb0f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 10 Apr 2019 03:28:09 -0400 Subject: [PATCH] feat: commit github labels to the repo This will allow us to apply track what labels are available in the issue tracker using tonglil/labeler. --- .github/labels.yml | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/labels.yml diff --git a/.github/labels.yml b/.github/labels.yml new file mode 100644 index 0000000..0ccbb96 --- /dev/null +++ b/.github/labels.yml @@ -0,0 +1,57 @@ +labels: +- name: bc-break + color: eb6420 +- name: blocks release + color: "000000" +- name: 'difficulty: easy' + color: c5def5 +- name: 'difficulty: hard' + color: e99695 +- name: 'difficulty: medium' + color: fef2c0 +- name: hacktoberfest + color: b0581d +- name: 'needs: documentation' + color: c2e0c6 +- name: 'needs: more info' + color: c2e0c6 +- name: 'needs: rebase' + color: c2e0c6 +- name: 'needs: tests' + color: c2e0c6 +- name: 'status: duplicate' + color: cccccc +- name: 'status: fix-provided' + color: c5def5 +- name: 'status: future' + color: c5def5 +- name: 'status: has plan' + color: c5def5 +- name: 'status: invalid' + color: cccccc +- name: 'status: merge for next minor' + color: c5def5 +- name: 'status: merge for next patch' + color: c5def5 +- name: 'status: wontfix' + color: cccccc +- name: 'type: bug' + color: e01b1b +- name: 'type: documentation' + color: 0052cc +- name: 'type: enhancement' + color: 09ab3c +- name: 'type: question' + color: cc317c +- name: 'type: refactor' + color: 0052cc +- name: 'type: rfc' + color: 0052cc +- name: 'type: roadmap' + color: 0052cc +- name: 'type: service' + color: "5319e7" +- name: 'type: support' + color: cc317c +- name: 'type: tests' + color: 0052cc