-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlabels.yaml
35 lines (35 loc) · 877 Bytes
/
labels.yaml
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
# Semantic Type
- name: type/digest
color: "FFEC19"
- name: type/patch
color: "FFEC19"
- name: type/minor
color: "FF9800"
- name: type/major
color: "F6412D"
# Area
- name: area/exampleSite
color: "72ccf3"
description: "Changes made in the exampleSite directory"
- name: area/github
color: "72ccf3"
description: "Changes made in the github directory"
- name: area/css
color: "72ccf3"
description: "Changes made in the css directory"
- name: area/html
color: "72ccf3"
description: "Changes made in the layout directory"
- name: area/lighthouse
color: "72ccf3"
description: "Changes made in the lighthouse directory"
- name: area/static
color: "72ccf3"
description: "Changes made in the static directory"
# Others
- name: bug
color: "d73a4a"
description: "Something isn't working"
- name: keep
color: "01717f"
description: "Keep issue open"