forked from exercism/cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yml
More file actions
56 lines (43 loc) · 1.14 KB
/
Copy pathlabels.yml
File metadata and controls
56 lines (43 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ----------------------------------------------------------------------------------------- #
# 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: "boost"
description: ""
color: "eab2ff"
- name: "bug"
description: ""
color: "fc2929"
- name: "on-hold"
description: ""
color: "cccccc"
- name: "dependencies"
description: "Pull requests that update a dependency file"
color: "0366d6"
- name: "documentation"
description: ""
color: "5319e7"
- name: "duplicate"
description: ""
color: "cccccc"
- name: "enhancement"
description: ""
color: "84b6eb"
- name: "first-timers only"
description: ""
color: "159818"
- name: "good first patch"
description: ""
color: "159818"
- name: "help wanted"
description: ""
color: "4bd6d8"
- name: "invalid"
description: ""
color: "e6e6e6"
- name: "question"
description: ""
color: "cc317c"
- name: "wontfix"
description: ""
color: "ffffff"