Skip to content

Commit

Permalink
labels: Add paused label
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kytrinyx authored and petertseng committed Nov 17, 2022
1 parent bcdb2d4 commit 7752576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. #
Expand Down

0 comments on commit 7752576

Please sign in to comment.