-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
124 lines (124 loc) · 2.87 KB
/
config.json
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"organization": "thoth-station",
"repositories": [
"adviser",
"amun-api",
"amun-client",
"amun-hwinfo",
"analyzer",
"ansible-role-amun",
"ansible-role-configmaps-and-secrets",
"ansible-role-core-imagestreams",
"ansible-role-core-templates",
"ansible-role-cronjob",
"ansible-role-metrics-exporter",
"build-analyzers",
"build-watcher",
"cleanup-job",
"common",
"core",
"cve-update-job",
"digests-fetcher",
"dgraph-thoth-config",
"external-janusgraph-service",
"goblinoid",
"graph-refresh-job",
"graph-sync-job",
"graph-sync-scheduler",
"httpd-aicoe-container",
"init-job",
"invectio",
"isis-api",
"janusgraph-thoth-config",
"jupyter-notebook",
"kebechet",
"kebechet-website-tooling",
"lab",
"management-api",
"metrics-exporter",
"misc",
"nepthys",
"notebooks",
"observations",
"openblas",
"osiris",
"osiris-build-observer",
"package-build-controller",
"package-extract",
"package-releases-job",
"performance",
"python",
"rapidsai-build",
"result-api",
"selinon-api",
"selinon-worker",
"sentry-openshift",
"solver",
"srcops-testing",
"statusfy",
"storages",
"stub-api",
"talks",
"tensorflow-build-s2i",
"tensorflow-release-api",
"tensorflow-release-job",
"thamos",
"thoth",
"thoth-ops",
"user-api",
"website",
"website-tooling",
"workload-operator",
"zuul-config",
"zuul-infra",
"zuul-jobs"
],
"defaultTopics": [
"thoth"
],
"defaultLabels": [{
"name": "bot",
"color": "698b69"
},
{
"name": "approved",
"color": "00cc00"
},
{
"name": "do-not-merge",
"color": "cc0000"
},
{
"name": "do-not-merge/work-in-progress",
"color": "cc0000"
},
{
"name": "work-in-progress",
"color": "cc0000"
},
{
"name": "needs-rebase",
"color": "cc0000"
},
{
"name": "human_intervention_required",
"color": "f3ccff"
},
{
"name": "potential_flake",
"color": "f3ccff"
},
{
"name": "test:flake",
"color": "f3ccff"
},
{
"name": "priority/critical-urgent",
"color": "e11d21"
},
{
"name": "hacktoberfest",
"color": "99cdf8"
}
]
}