This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
labels.toml
99 lines (80 loc) · 2.1 KB
/
labels.toml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[CircleCI]
color = "ecc48d"
name = "CircleCI"
description = "Tasks related to managing CircleCI"
[Dependabot]
color = "ecc48d"
name = "Dependabot"
description = "Tasks related to managing Dependabot"
[GitHub]
color = "ecc48d"
name = "GitHub"
description = "Tasks related to managing GitHub"
[application]
color = "c792ea"
name = "application"
description = "Tasks related to the application component"
[bigquery]
color = "c792ea"
name = "bigquery"
description = "Tasks related to the bigquery component"
[bug]
color = "f78c6c"
name = "bug"
description = "Bugs and problems with burnham"
[capability]
color = "82aaff"
name = "capability"
description = "New capability for burnham or burnham-bigquery"
["code quality"]
color = "21c7a8"
name = "code quality"
description = "Tasks related to linting, coding style, type checks"
[dependencies]
color = "21c7a8"
name = "dependencies"
description = "Tasks related to managing dependencies"
[discussion]
color = "ffeb95"
name = "discussion"
description = "Issues for discussing ideas for features"
["do not merge"]
color = "ef5350"
name = "do not merge"
description = "Pull requests which must not be merged"
[docker]
color = "cdebf7"
name = "docker"
description = "Tasks related to building Docker images"
[docs]
color = "21c7a8"
name = "docs"
description = "Tasks to write and update documentation"
[fake-data-platform]
color = "c792ea"
name = "fake-data-platform"
description = "Tasks related to the fake-data-platform component"
[glean-sdk]
color = "80a4c2"
name = "glean-sdk"
description = "Issues and pull-requests related to the Glean SDK"
["good first issue"]
color = "7fdbca"
name = "good first issue"
description = "Good tasks for newcomers to burnham"
[misc]
color = "d6deeb"
name = "misc"
description = "Tasks that don't fit any of the other categories"
[project]
color = "d6deeb"
name = "project"
description = "Tasks related to managing this project"
[telemetry-airflow]
color = "80a4c2"
name = "telemetry-airflow"
description = "Issues and pull-requests related to Airflow"
["test scenario"]
color = "82aaff"
name = "test scenario"
description = "New end-to-end test scenario"