From 2403682e7b87e64f535748442ea68b26a4686084 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Wed, 10 Jan 2018 14:57:59 -0800 Subject: [PATCH] Update OWNERS file to use approvers Not sure we've ever used a field called "maintainers" Base approvers on existing github teams that have write or admin access to this repo, plus SIG leads --- OWNERS | 19 ++++++------------- OWNERS_ALIASES | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index 39016c271..1aedf9660 100644 --- a/OWNERS +++ b/OWNERS @@ -1,16 +1,9 @@ -maintainers: - - adamreese - - bacongobbler - - jascott1 - - michelleN - - migmartri - - nebril - - prydonius - - seh - - technosophos - - thomastaylor312 - - vaikas-google - - viglesiasce +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + +approvers: + - sig-apps-leads + - helm-admins + - helm-maintainers reviewers: - adamreese - bacongobbler diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 000000000..06cd02d96 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,21 @@ +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + +aliases: + sig-apps-leads: + - michelleN + - mattfarina + - prydonius + - kow3ns + helm-admins: + - sgoings + - technosophos + - vaikas-google + helm-maintainers: + - technosophos + - sgoings + - sparkprime + - michelleN + - sebgoa + - adamreese + - bmelville + - vaikas-google