Skip to content

Commit

Permalink
Add a .appends/.github/labels.yml file. (exercism#1030)
Browse files Browse the repository at this point in the history
The `.appends/.github/labels.yml` file contains all the labels that are currently used in this repo.
The `.github/labels.yml` file will contain the full list of labels that this repo can use, which will be a combination of the `.appends/.github/labels.yml` file and a centrally-managed `labels.yml` file.
We'll automatically sync any changes, which allows us to guarantee that all the track repositories will have a pre-determined set of labels, augmented with any custom labels defined in the `.appends/.github/labels.yml` file.
  • Loading branch information
ErikSchierboom authored Mar 17, 2022
1 parent 8f0655b commit d3ef855
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appends/.github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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: ""
color: "eb6420"

0 comments on commit d3ef855

Please sign in to comment.