From 45c0b73d9135ed0df0bcc766ce264e985ae52e28 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 28 May 2021 14:08:53 +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 | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 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..308eaae0 --- /dev/null +++ b/.appends/.github/labels.yml @@ -0,0 +1,48 @@ +- name: "bug" + description: "" + color: "fc2929" + +- name: "duplicate" + description: "" + color: "cccccc" + +- name: "enhancement" + description: "" + color: "84b6eb" + +- 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: "pinned" + description: "" + color: "f4dc9a" + +- name: "question" + description: "" + color: "cc317c" + +- name: "stale" + description: "" + color: "ffffff" + +- name: "v3-migration 🤖" + description: "Preparing for Exercism v3" + color: "E99695" + +- name: "wontfix" + description: "" + color: "ffffff" +