Skip to content

Commit

Permalink
Transition of Bobgy (kubeflow#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy committed Jan 24, 2022
1 parent d8043db commit 3b9e20a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 14 deletions.
3 changes: 1 addition & 2 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
approvers:
- bobgy
- chensun
- james-jwu
- neuromage
- zijianjoy
reviewers:
- bobgy
- zijianjoy
1 change: 0 additions & 1 deletion gcp_iam_policies/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
reviewers:
- bobgy
- capri-xiyue
- zijianjoy
1 change: 0 additions & 1 deletion github-orgs/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
reviewers:
- bobgy
- capri-xiyue
- zijianjoy
11 changes: 4 additions & 7 deletions github-orgs/kubeflow/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
orgs:
kubeflow:
admins:
- Bobgy
- Bobgy # TODO(Bobgy): migrate github-sync cronjob and remove me from admins
- chensun
- google-admin
- google-oss-robot
Expand Down Expand Up @@ -624,7 +624,6 @@ orgs:
- avdaredevil
- BenTheElder
- bhupc
- Bobgy
- capri-xiyue
- chensun
- chrisheecho
Expand Down Expand Up @@ -665,7 +664,6 @@ orgs:
google-admins:
description: Googlers to ping for help regarding Kubeflow's GitHub org and Google Groups
members:
- Bobgy
- chensun
- james-jwu
- neuromage
Expand Down Expand Up @@ -886,8 +884,8 @@ orgs:
oncall-testing:
description: Maintainers of `kubeflow/testing`
members:
- Bobgy
- PatrickXYS
- zijianjoy
privacy: closed
repos:
testing: write
Expand All @@ -896,7 +894,6 @@ orgs:
members:
- alinakuz
- Ark-kun
- Bobgy
- capri-xiyue
- dushyanthsc
- hilcj
Expand All @@ -918,7 +915,7 @@ orgs:
project-steering-group:
description: Project Steering Group; Defined by Kubeflow governance
members:
- Bobgy
- james-jwu
- paveldournov
- theadactyl
release-managers:
Expand Down Expand Up @@ -1001,7 +998,7 @@ orgs:
description: Team of Pipeline Working Group leads
members:
- animeshsingh
- Bobgy
- chensun
- james-jwu
- kramachandran
- neuromage
Expand Down
1 change: 0 additions & 1 deletion github-orgs/manifests/github-sync-cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
- --fix-team-repos
- --config-path=/src/kubeflow/internal-acls/github-orgs/kubeflow/org.yaml
- --github-token-path=/secret/github-token/github_token
- --required-admins=Bobgy
- --required-admins=james-jwu
- --required-admins=google-admin
- --required-admins=googlebot
Expand Down
1 change: 0 additions & 1 deletion github-orgs/manifests/github-sync-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ spec:
- --fix-team-repos
- --config-path=/src/kubeflow/internal-acls/github-orgs/kubeflow/org.yaml
- --github-token-path=/secret/github-token/github_token
- --required-admins=Bobgy
- --required-admins=james-jwu
- --required-admins=google-admin
- --required-admins=googlebot
Expand Down
1 change: 0 additions & 1 deletion github-orgs/sync_org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ elif [ "${action}" == "sync" ]; then
--fix-team-members \
--fix-org-members ${FIX_ADMINS} --config-path ${DIR}/kubeflow/org.yaml \
--github-token-path ${token_file} \
--required-admins=Bobgy \
--required-admins=james-jwu \
--required-admins=google-admin \
--required-admins=googlebot \
Expand Down

0 comments on commit 3b9e20a

Please sign in to comment.