From 7a78b730d12fa28a41c92a228910171faa239fd7 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Wed, 10 Jan 2018 14:24:10 -0800 Subject: [PATCH] Add OWNERS file, OWNERS_ALIASES based on current github teams --- OWNERS | 6 ++++++ OWNERS_ALIASES | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..df83b08e1 --- /dev/null +++ b/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + +approvers: + - sig-cluster-lifecycle-leads + - kube-deploy-admins + - kube-deploy-maintainers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 000000000..90ed46326 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,19 @@ +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + +aliases: + sig-cluster-lifecycle-leads: + - jbeda + - lukemarsden + - luxas + - roberthbailey + kube-deploy-admins: + - justinsb + - krousey + - luxas + - roberthbailey + kube-deploy-maintainers: + - jesssicaochen + - kris-nova + - krousey + - medinatiger + - roberthbailey