From 51cd42984a4f337125dd1c5cc4e4c4f592bf3982 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 1 Jun 2021 13:21:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Add=20labels=20append=20file=20(?= =?UTF-8?q?#513)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 84 +++++++++++++++++++++++++++++++++++++ 1 file changed, 84 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..c7026ca5 --- /dev/null +++ b/.appends/.github/labels.yml @@ -0,0 +1,84 @@ +- name: "bug" + description: "" + color: "fc2929" + +- name: "ci" + description: "" + color: "80edce" + +- name: "dependencies" + description: "Pull requests that update a dependency file" + color: "0366d6" + +- name: "discussion" + description: "" + color: "3fc9db" + +- name: "documentation" + description: "" + color: "e01d68" + +- name: "duplicate" + description: "" + color: "cccccc" + +- name: "enhancement" + description: "" + color: "84b6eb" + +- name: "epic" + description: "" + color: "f74cad" + +- name: "exercise peripherals" + description: "things that accompany the tests" + color: "006b75" + +- name: "first-timers only" + description: "" + color: "159818" + +- name: "good first patch" + description: "" + color: "159818" + +- name: "help wanted" + description: "" + color: "159818" + +- name: "invalid" + description: "" + color: "e6e6e6" + +- name: "launch" + description: "" + color: "5a06ad" + +- name: "nextercism" + description: "" + color: "ea799f" + +- name: "pinned" + description: "" + color: "006b75" + +- name: "question" + description: "" + color: "cc317c" + +- name: "security" + description: "" + color: "fbca04" + +- name: "test-fix" + description: "" + color: "9e2c1f" + +- name: "v3-migration 🤖" + description: "Preparing for Exercism v3" + color: "E99695" + +- name: "wontfix" + description: "" + color: "ffffff" +