Skip to content

Commit

Permalink
chore: Adding CNCF owners to be member and owner of Kubeflow (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianjoy authored Jan 22, 2024
1 parent 3d50a7b commit f48435c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions github-orgs/kubeflow/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ orgs:
- google-oss-robot
- googlebot
- james-jwu
- krook
- theadactyl
- thelinuxfoundation
- zijianjoy
Expand Down Expand Up @@ -73,6 +74,7 @@ orgs:
- Bobgy
- c-bata
- ca-scribner
- caniszczyk
- capri-xiyue
- carmark
- carmine
Expand Down Expand Up @@ -224,6 +226,7 @@ orgs:
- kramachandran
- krishnadurai
- kromanow94
- krook
- krzyzacy
- kubeflow-bot
- kuizhiqing
Expand Down Expand Up @@ -351,6 +354,7 @@ orgs:
- terrytangyuan
- texasmichelle
- thedriftofwords
- thelinuxfoundation
- theofpa
- thesuperzapper
- tmckayus
Expand Down
2 changes: 1 addition & 1 deletion github-orgs/manifests/validate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def check_config(seld, config):
# Check that each admin is in a whitelist set of admins.
allowed_admins = ["caniszczyk", "chensun", "google-admin", "googlebot",
"google-oss-robot", "james-jwu", "jlewi", "k8s-ci-robot",
"theadactyl", "thelinuxfoundation", "zijianjoy"]
"theadactyl", "krook", "thelinuxfoundation", "zijianjoy"]

for a in admins:
if not a in allowed_admins:
Expand Down

0 comments on commit f48435c

Please sign in to comment.