From b912d1654f5d8fd4c08b4e417e4e5b57700e2483 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 11 Jun 2021 10:59:19 +0200 Subject: [PATCH] Define repo-specific labels. This commit adds a `.appends/.github/labels.yml` file, which contains the repo-specific labels. This file will automatically be combined with the Exercism-wide labels defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml to form the `.github/labels.yml` file. --- .appends/.github/labels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appends/.github/labels.yml b/.appends/.github/labels.yml index 06aec9a8b..3ef240da3 100644 --- a/.appends/.github/labels.yml +++ b/.appends/.github/labels.yml @@ -1,3 +1,8 @@ +# ----------------------------------------------------------------------------------------- # +# These are the repository-specific labels that augment the Exercise-wide labels defined in # +# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. # +# ----------------------------------------------------------------------------------------- # + - name: "bug" description: "Something isn't working" color: "d73a4a" @@ -30,11 +35,6 @@ description: "Further information is requested" color: "d876e3" -- name: "v3-migration 🤖" - description: "Preparing for Exercism v3" - color: "E99695" - - name: "wontfix" description: "This will not be worked on" color: "ffffff" -