Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Define repo-specific labels.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ErikSchierboom committed Jun 11, 2021
1 parent a2e3923 commit b912d16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .appends/.github/labels.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit b912d16

Please sign in to comment.