Skip to content

Commit d21623e

Browse files
🤖 Add labels append file (#412)
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 412a0e7 commit d21623e

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
- name: "blocked"
2+
description: "Something else is blocking this from being accepted or completed"
3+
color: "d93f0b"
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 issue"
26+
description: ""
27+
color: "159818"
28+
29+
- name: "good first patch"
30+
description: ""
31+
color: "159818"
32+
33+
- name: "invalid"
34+
description: ""
35+
color: "e6e6e6"
36+
37+
- name: "pinned"
38+
description: ""
39+
color: "006b75"
40+
41+
- name: "question"
42+
description: ""
43+
color: "cc317c"
44+
45+
- name: "security"
46+
description: ""
47+
color: "fbca04"
48+
49+
- name: "stale"
50+
description: ""
51+
color: "ffffff"
52+
53+
- name: "v3-migration 🤖"
54+
description: "Preparing for Exercism v3"
55+
color: "E99695"
56+
57+
- name: "wontfix"
58+
description: ""
59+
color: "ffffff"
60+

0 commit comments

Comments
 (0)