From d0f61820f94e8544509d80e1df6570b26d8c1a8f Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 28 May 2021 14:09:09 +0200 Subject: [PATCH] Add a `.appends/.github/labels.yml` file. The `.appends/.github/labels.yml` file contains all the labels that are currently used in this repo. The `.github/labels.yml` file will contain the full list of labels that this repo can use, which will be a combination of the `.appends/.github/labels.yml` file and a centrally-managed `labels.yml` file. We'll automatically sync any changes, which allows us to guarantee that all the track repositories will have a pre-determined set of labels, augmented with any custom labels defined in the `.appends/.github/labels.yml` file. --- .appends/.github/labels.yml | 76 +++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .appends/.github/labels.yml diff --git a/.appends/.github/labels.yml b/.appends/.github/labels.yml new file mode 100644 index 00000000..61016eae --- /dev/null +++ b/.appends/.github/labels.yml @@ -0,0 +1,76 @@ +- name: "Hacktoberfest" + description: "" + color: "fbaa04" + +- name: "bug" + description: "" + color: "ee0701" + +- name: "discussion" + description: "" + color: "e93695" + +- name: "duplicate" + description: "" + color: "cccccc" + +- name: "enhancement" + description: "" + color: "84b6eb" + +- name: "good first issue" + description: "" + color: "0052cc" + +- name: "hacktoberfest-accepted" + description: "Hacktoberfest accepted PR" + color: "20CC28" + +- name: "help wanted" + description: "" + color: "128A0C" + +- name: "high-priority" + description: "" + color: "cc802a" + +- name: "invalid" + description: "" + color: "e6e6e6" + +- name: "low-priority" + description: "" + color: "c5def5" + +- name: "maintainer-change" + description: "" + color: "a5ea81" + +- name: "new-concept-exercise" + description: "" + color: "d4c5f9" + +- name: "new-practice-exercise" + description: "" + color: "1de6db" + +- name: "question" + description: "" + color: "cc317c" + +- name: "update-document" + description: "" + color: "496fb7" + +- name: "v3" + description: "Preparing for Exercism" + color: "3ac952" + +- name: "v3-migration 🤖" + description: "Preparing for Exercism v3" + color: "E99695" + +- name: "wontfix" + description: "" + color: "ffffff" +