-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdownstream-repo-graph.json
More file actions
97 lines (97 loc) · 2.78 KB
/
Copy pathdownstream-repo-graph.json
File metadata and controls
97 lines (97 loc) · 2.78 KB
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
{
"schema": "priority/downstream-repo-graph-policy@v1",
"compareRepository": "LabVIEW-Community-CI-CD/compare-vi-cli-action",
"repositories": [
{
"id": "compare",
"repository": "LabVIEW-Community-CI-CD/compare-vi-cli-action",
"kind": "supervisor",
"roles": [
{
"id": "compare-producer-lineage",
"role": "producer-lineage",
"branch": "develop",
"localRefAlias": "upstream/develop",
"required": true
},
{
"id": "compare-consumer-proving-source",
"role": "consumer-proving-source",
"branch": "develop",
"localRefAlias": "upstream/develop",
"required": true
}
]
},
{
"id": "canonical-template",
"repository": "LabVIEW-Community-CI-CD/LabviewGitHubCiTemplate",
"kind": "canonical-template",
"roles": [
{
"id": "template-canonical-development",
"role": "canonical-development",
"branch": "develop",
"required": true
},
{
"id": "template-consumer-proving-rail",
"role": "consumer-proving-rail",
"branch": "downstream/develop",
"required": false,
"tracksRoleId": "compare-consumer-proving-source"
},
{
"id": "template-upstream-producer-lineage",
"role": "upstream-producer-lineage",
"branch": "upstream/develop",
"required": false,
"tracksRoleId": "compare-producer-lineage"
}
]
},
{
"id": "comparevi-history",
"repository": "LabVIEW-Community-CI-CD/comparevi-history",
"kind": "certified-consumer",
"roles": [
{
"id": "comparevi-history-stable-baseline",
"role": "certified-stable-baseline",
"branch": "main",
"required": true
}
]
},
{
"id": "org-consumer-fork",
"repository": "LabVIEW-Community-CI-CD/LabviewGitHubCiTemplate-fork",
"kind": "consumer-fork",
"roles": [
{
"id": "org-fork-canonical-development",
"role": "canonical-development-mirror",
"branch": "develop",
"required": true,
"syncPolicy": "fast-forward-only",
"tracksRoleId": "template-canonical-development"
}
]
},
{
"id": "personal-consumer-fork",
"repository": "svelderrainruiz/LabviewGitHubCiTemplate",
"kind": "consumer-fork",
"roles": [
{
"id": "personal-fork-canonical-development",
"role": "canonical-development-mirror",
"branch": "develop",
"required": true,
"syncPolicy": "fast-forward-only",
"tracksRoleId": "template-canonical-development"
}
]
}
]
}