-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig-aicoe.json
56 lines (56 loc) · 1.17 KB
/
config-aicoe.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
{
"organization": "AICoE",
"repositories": [
"sesheta",
"prometheus-flatliner",
"log-anomaly-detector"
],
"defaultTopics": [
"aicoe"
],
"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"
}
]
}