-
-
Notifications
You must be signed in to change notification settings - Fork 398
/
Copy pathlabels.yml
27 lines (26 loc) · 930 Bytes
/
labels.yml
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
# Used by the "Sync Labels" workflow
# See: https://github.com/Financial-Times/github-label-sync#label-config-file
- name: "architecture: arm64"
color: ff00ff
description: Specific to 64 bit ARM host architecture
- name: "architecture: armv6"
color: ff00ff
description: Specific to hosts using an ARMv6 core
- name: "architecture: armv7"
color: ff00ff
description: Specific to hosts using an ARMv7 core
- name: "topic: CLI"
color: "00ffff"
description: Related to the command line interface
- name: "topic: gRPC"
color: "00ffff"
description: Related to the gRPC interface
- name: "topic: packaging"
color: "00ffff"
description: Related to the release distribution package
- name: "topic: build-process"
color: "00ffff"
description: Related to the sketch build process
- name: "topic: package-management"
color: "00ffff"
description: Related to the packaging and managing of the platform/libraries