Skip to content

Commit

Permalink
Add a .appends/.github/labels.yml file. (#1532)
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 Jun 4, 2021
1 parent 002f4c1 commit b63c985
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .appends/.github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
- name: "bug"
description: ""
color: "fc2929"

- name: "dependencies"
description: "Pull requests that update a dependency file"
color: "0025ff"

- name: "discussion"
description: ""
color: "cc317c"

- name: "documentation"
description: ""
color: "cc317c"

- name: "duplicate"
description: ""
color: "cccccc"

- name: "enhancement"
description: ""
color: "84b6eb"

- name: "feature"
description: ""
color: "0e8a16"

- name: "good first issue"
description: ""
color: "fcd8c4"

- name: "hacktoberfest"
description: ""
color: "FF4500"

- name: "help wanted"
description: ""
color: "0e8a16"

- name: "in-progress"
description: ""
color: "fbca04"

- name: "invalid"
description: ""
color: "cccccc"

- name: "on-hold"
description: ""
color: "cccccc"

- name: "optimization"
description: ""
color: "84b6eb"

- name: "question"
description: ""
color: "cc317c"

- name: "v3-migration 🤖"
description: "Preparing for Exercism v3"
color: "E99695"

- name: "waiting-on-external"
description: ""
color: "2020a3"

- name: "wontfix"
description: ""
color: "cccccc"

0 comments on commit b63c985

Please sign in to comment.