From 3f85896b9f4b918cc6d263af5a7261e1f2358304 Mon Sep 17 00:00:00 2001 From: zacharysarah Date: Fri, 1 Nov 2019 16:55:29 -0700 Subject: [PATCH] Clarify who has website write access and why, consolidate all access into sig-docs/teams.yaml --- config/kubernetes/org.yaml | 7 -- config/kubernetes/sig-docs/teams.yaml | 94 +++++++++++++++------------ 2 files changed, 51 insertions(+), 50 deletions(-) diff --git a/config/kubernetes/org.yaml b/config/kubernetes/org.yaml index 41e14a3b26..26788c70e7 100644 --- a/config/kubernetes/org.yaml +++ b/config/kubernetes/org.yaml @@ -1731,13 +1731,6 @@ teams: - lavalamp - sttts privacy: closed - kubernetes-website-admins: - description: Admin access to the website repo - members: - - Bradamant3 - - jimangel - - zacharysarah - privacy: closed maintainer-test-exemptions: description: Maintainers who for whatever random reason should not own tests. maintainers: diff --git a/config/kubernetes/sig-docs/teams.yaml b/config/kubernetes/sig-docs/teams.yaml index 421b080694..e5df62b487 100644 --- a/config/kubernetes/sig-docs/teams.yaml +++ b/config/kubernetes/sig-docs/teams.yaml @@ -162,36 +162,6 @@ teams: - ianychoi - seokho-son privacy: closed - sig-docs-l10n-admins: - description: Approvers for localization projects - members: - - alexbrand # Spanish - - bradamant3 # English - - ClaudiaJKang # Korean - - cstoku # Japanese - - femrtnz # Portuguese - - girikuncoro # Indonesian - - gochist # Korean - - hanjiayao # Chinese - - ianychoi # Korean - - irvifa # Indonesian - - jaredbhatti # English - - jcjesus # Portuguese - - micheleberardi # Italian - - mittalyashu #hindi - - nasa9084 # Japanese - - ngtuna # Vietnamese - - raelga # Spanish - - remyleone # French - - rlenferink # Italian - - SataQiu # Chinese - - seokho-son # Korean - - tnir # Japanese - - truongnh1992 # Vietnamese - - xichengliudui # Chinese - - zacharysarah # English - - zhangxiaoyu-zidif # Chinese - privacy: closed sig-docs-maintainers: description: Website maintainers members: @@ -261,8 +231,57 @@ teams: - xichengliudui - zhangxiaoyu-zidif privacy: closed + sig-docs-vi-owners: + description: Admins for Vietnamese content + members: + - ngtuna + - truongnh1992 + privacy: closed + sig-docs-vi-reviews: + description: PR reviews for Vietnamese content + members: + - ngtuna + - truongnh1992 + privacy: closed + website-admins: + description: Admin access to the website repo + previously: kubernetes-website-admins + members: + - Bradamant3 + - jimangel + - zacharysarah + privacy: closed + website-maintainers: + description: Write access to the website repo + members: + - alexbrand # L10n: Spanish + - Bradamant3 # L10n: English + - ClaudiaJKang # L10n: Korean + - cstoku # L10n: Japanese + - femrtnz # L10n: Portuguese + - girikuncoro # L10n: Indonesian + - gochist # L10n: Korean + - hanjiayao # L10n: Chinese + - ianychoi # L10n: Korean + - irvifa # L10n: Indonesian + - jcjesus # L10n: Portuguese + - jimangel # L10n: English + - micheleberardi # L10n: Italian + - mittalyashu # L10n: Hindi + - nasa9084 # L10n: Japanese + - ngtuna # L10n: Vietnamese + - raelga # L10n: Spanish + - remyleone # L10n: French + - rlenferink # L10n: Italian + - SataQiu # L10n: Chinese + - seokho-son # L10n: Korean + - tnir # L10n: Japanese + - truongnh1992 # L10n: Vietnamese + - zacharysarah # L10n: English + - zhangxiaoyu-zidif # L10n: Chinese + privacy: closed website-milestone-maintainers: - description: Contributors who can use `/milestone` in the website repo. + description: Contributors who can use `/milestone` in the website repo members: - abuisine - alexbrand @@ -317,15 +336,4 @@ teams: - zhangxiaoyu-zidif - zparnold privacy: closed - sig-docs-vi-owners: - description: Admins for Vietnamese content - members: - - ngtuna - - truongnh1992 - privacy: closed - sig-docs-vi-reviews: - description: PR reviews for Vietnamese content - members: - - ngtuna - - truongnh1992 - privacy: closed + \ No newline at end of file