From 7752576f5b375bc507c26781578a87af05171ba0 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Thu, 17 Nov 2022 14:20:12 +0100 Subject: [PATCH] labels: Add paused label This adds a label paused which lets us tag all open issues in a repository and close them, making it easy to bulk-open them when we have figured out the volunteering structure. https://github.com/exercism/org-wide-files/pull/266 --- .github/labels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 291dce3f1..625c19c4c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -162,6 +162,11 @@ description: "Preparing for Exercism v3" color: "e99695" +# This Exercism-wide label can be used to bulk-close issues in preparation for pausing community contributions +- name: "paused" + description: "Work paused until further notice" + color: "e4e669" + # ----------------------------------------------------------------------------------------- # # 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. #