Skip to content

Commit 23a2a0b

Browse files
authored
Merge pull request #7271 from mrbobbytables/add-reg-query
Add org member cmd for reg playbook
2 parents 5aec089 + 3e8e654 commit 23a2a0b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

events/events-team/registration/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,20 @@ registration system.
150150

151151
### Approval Process
152152

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+
153167
An approval process for registration is commonly used for multiple reasons, but
154168
really boils down to ensuring the right people are in the right track or room.
155169
The goal is for all contributors to get the best experience out of the event and

0 commit comments

Comments
 (0)