Skip to content

Commit a5cfc43

Browse files
kytrinyxpetertseng
authored andcommitted
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. exercism/org-wide-files#266
1 parent 3516da7 commit a5cfc43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/labels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
description: "Preparing for Exercism v3"
163163
color: "e99695"
164164

165+
# This Exercism-wide label can be used to bulk-close issues in preparation for pausing community contributions
166+
- name: "paused"
167+
description: "Work paused until further notice"
168+
color: "e4e669"
169+
165170
# ----------------------------------------------------------------------------------------- #
166171
# These are the repository-specific labels that augment the Exercise-wide labels defined in #
167172
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #

0 commit comments

Comments
 (0)