diff --git a/github-orgs/kubeflow/org.yaml b/github-orgs/kubeflow/org.yaml index ccebe524..d383e56a 100644 --- a/github-orgs/kubeflow/org.yaml +++ b/github-orgs/kubeflow/org.yaml @@ -5,13 +5,16 @@ orgs: kubeflow: admins: + - andreyvelich - caniszczyk - chensun - google-oss-robot - googlebot - james-jwu + - jbottum + - johnugeorge - krook - - theadactyl + - terrytangyuan - thelinuxfoundation - zijianjoy billing_email: vishnukanan@gmail.com diff --git a/github-orgs/manifests/validate_config.py b/github-orgs/manifests/validate_config.py index 64ddca25..7515acf9 100644 --- a/github-orgs/manifests/validate_config.py +++ b/github-orgs/manifests/validate_config.py @@ -29,9 +29,10 @@ def check_config(seld, config): # TODO(jlewi): We should load this in via config map # Check that each admin is in a whitelist set of admins. - allowed_admins = ["caniszczyk", "chensun", "googlebot", - "google-oss-robot", "james-jwu", "jlewi", "k8s-ci-robot", - "theadactyl", "krook", "thelinuxfoundation", "zijianjoy"] + allowed_admins = ["andreyvelich", "caniszczyk", "chensun", "googlebot", + "google-oss-robot", "james-jwu", "jbottum", "jlewi", "johnugeorge", + "k8s-ci-robot", "krook", "thelinuxfoundation", + "terrytangyuan", "zijianjoy"] for a in admins: if not a in allowed_admins: