From a1afc418e886dc1bfac784163101de53fe3f14de Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Tue, 9 Jan 2018 18:42:39 -0800 Subject: [PATCH] Update OWNERS file (#1896) Add OWNERS_ALIASES based on github teams --- OWNERS | 10 +++++----- OWNERS_ALIASES | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index a2c1ec766a..7194e61d67 100644 --- a/OWNERS +++ b/OWNERS @@ -1,6 +1,6 @@ +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + approvers: -- aledbf -- justinsb -- bprashanth -- thockin -- nicksardo + - sig-network-leads + - ingress-nginx-admins + - ingress-nginx-maintainers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000000..0efd78b2c5 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,15 @@ +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + +aliases: + sig-network-leads: + - caseydavenport + - dcbw + - thockin + ingress-nginx-admins: + - bowei + - bprashanth + ingress-nginx-maintainers: + - justinsb + - aledbf + - nicksardo + - bprashanth