-
Notifications
You must be signed in to change notification settings - Fork 5
/
sample-jr-manifest.json
51 lines (47 loc) · 1.12 KB
/
sample-jr-manifest.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
{
"jrVersion": 1,
"description": "Triton Data Center public repositories",
"repoCandidateSearch": {
"description": "public github.com/TritonDataCenter repos directly relevant to development of TritonDC",
"type": "public",
"includeArchived": false
},
"blessedLabels": [
{
"name": "meta",
"type": "boolean",
"description": "a repo that isn't code, but is relevant for product development"
},
{
"name": "tritonservice",
"type": "string",
"description": "the top-level repo for a Triton core service, e.g. tritonservice=imgapi"
}
],
"defaults": {
"labels": {
"triton": true,
"public": true
}
},
"repositories": [
{
"name": "triton"
},
{
"name": "sdc-imgapi"
},
{
"name": "mahi"
},
{
"name": "rfd",
"labels": {
"meta": true
}
}
],
"excludedRepositories": [
"manta"
]
}