From 6039a21de61851fb63fcce7e5547391f5a911b78 Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Mon, 28 Sep 2020 12:26:46 -0700 Subject: [PATCH] OWNERS,OWNERS_ALIASES: alias admins, approvers, and reviewers, and add those who already hold these roles --- OWNERS | 28 +++++----------------------- OWNERS_ALIASES | 31 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 23 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index 6aed09dc5e..a7a2050c31 100644 --- a/OWNERS +++ b/OWNERS @@ -1,25 +1,7 @@ approvers: - - hasbro17 - - estroz - - shawn-hurley - - joelanford - - theishshah - - camilamacedo86 - - jmccormick2001 - - jmrodri - - fabianvf - - varshaprasad96 - - rashmigottipati +- sdk-admins +- sdk-approvers reviewers: - - hasbro17 - - estroz - - shawn-hurley - - joelanford - - theishshah - - camilamacedo86 - - jmccormick2001 - - jmrodri - - fabianvf - - varshaprasad96 - - rashmigottipati - - jberkhahn +- sdk-admins +- sdk-approvers +- sdk-reviewers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000000..96aa96e299 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,31 @@ + +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +aliases: + # Contributors who can be contacted to perform admin-related tasks on the repo. + # This role is a subset of the approver role. + sdk-admins: + - estroz + - joelanford + - jmccormick2001 + - jmrodri + - asmacdo + + # Contributors who can approve any PRs in the repo. + sdk-approvers: + - theishshah + - camilamacedo86 + - fabianvf + - varshaprasad96 + - rashmigottipati + - bharathi-tenneti + + # Contributors who can review and LGTM any PRs in the repo. + sdk-reviewers: + - jberkhahn + + # Contributors who were approvers that are no longer directly involved with the project. + # This role is symbolic. + sdk-emeritus-approvers: + - shawn-hurley + - hasbro17