Skip to content

Commit 18d8475

Browse files
🤖 Add labels append file (#480)
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.
1 parent 59b4f70 commit 18d8475

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

Diff for: ‎.appends/.github/labels.yml

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
- name: "Epic"
2+
description: ""
3+
color: "3E4B9E"
4+
5+
- name: "bug"
6+
description: ""
7+
color: "fc2929"
8+
9+
- name: "dependencies"
10+
description: "Pull requests that update a dependency file"
11+
color: "0366d6"
12+
13+
- name: "duplicate"
14+
description: ""
15+
color: "cccccc"
16+
17+
- name: "enhancement"
18+
description: ""
19+
color: "84b6eb"
20+
21+
- name: "first-timers only"
22+
description: ""
23+
color: "159818"
24+
25+
- name: "good first patch"
26+
description: ""
27+
color: "159818"
28+
29+
- name: "invalid"
30+
description: ""
31+
color: "e6e6e6"
32+
33+
- name: "pinned"
34+
description: ""
35+
color: "006b75"
36+
37+
- name: "question"
38+
description: ""
39+
color: "cc317c"
40+
41+
- name: "security"
42+
description: ""
43+
color: "fbca04"
44+
45+
- name: "stale"
46+
description: ""
47+
color: "ffffff"
48+
49+
- name: "v3-migration 🤖"
50+
description: "Preparing for Exercism v3"
51+
color: "E99695"
52+
53+
- name: "wontfix"
54+
description: ""
55+
color: "ffffff"
56+

0 commit comments

Comments
 (0)