-
Notifications
You must be signed in to change notification settings - Fork 69
/
subscribers.yaml
122 lines (104 loc) · 3.82 KB
/
subscribers.yaml
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
# List of repositories consuming, or wishing to consume, boilerplate
# conventions.
#
# Note:
# - This file is currently maintained by hand (not by tooling). It's
# YAML so it can used by tooling in the future.
# - At the time of this writing, there is only one convention:
# openshift/golang-osd-operator.
# - At the time of this writing, the subscribers[].conventions[].status
# "automated" isn't a thing yet.
#
# Pseudo-schema:
# subscribers: List of dicts, each representing the state of a
# repository subscribing, or wishing to subscribe, to one
# or more boilerplate conventions.
# - name: The org/name of the consuming repository.
# conventions: List of conventions and the state of this
# repository's subscription.
# - name: The name of the convention.
# status: One of:
# "candidate": We expect this repository to subscribe
# to boilerplate eventually, but nothing has been
# done yet.
# "proposed": At least one PR is proposed to onboard
# the convention, but none have merged.
# "manual": The repository has merged one or more
# PRs subscribing to the convention. However,
# updates must still be performed manually.
# "automated": Tooling automatically proposes changes
# to the repository when changes to the subscribed
# convention and/or boilerplate framework merge.
subscribers:
- name: app-sre/deployment-validation-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/aws-account-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/aws-efs-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/certman-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/cloud-ingress-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/compliance-audit-router
conventions:
- name: openshift/osd-container-image
status: manual
- name: openshift/configure-alertmanager-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/custom-domains-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/deadmanssnitch-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/gcp-project-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/managed-upgrade-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/managed-velero-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/must-gather-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/osd-metrics-exporter
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/pagerduty-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/rbac-permissions-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/route-monitor-operator
conventions:
- name: openshift/golang-osd-operator
status: manual
- name: openshift/splunk-forwarder-operator
conventions:
- name: openshift/golang-osd-operator
status: manual