File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
events/events-team/registration Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,20 @@ registration system.
150
150
151
151
### Approval Process
152
152
153
+ TODO - update doc with new process - query to get org members below:
154
+
155
+ ```
156
+ yq '.admins + .members' \
157
+ config/kubernetes/org.yaml \
158
+ config/kubernetes-client/org.yaml \
159
+ config/kubernetes-csi/org.yaml \
160
+ config/kubernetes-sigs/org.yaml \
161
+ | jq -s 'add | .[] | ascii_downcase' | jq -s 'sort | unique | .[]' \
162
+ | sed -e 's/"//g' > members.txt
163
+ ```
164
+
165
+
166
+
153
167
An approval process for registration is commonly used for multiple reasons, but
154
168
really boils down to ensuring the right people are in the right track or room.
155
169
The goal is for all contributors to get the best experience out of the event and
You can’t perform that action at this time.
0 commit comments