From b7c9b6be320e4f9d85c59c557ee1341a7d352548 Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Wed, 27 Sep 2023 15:50:20 +0530 Subject: [PATCH] Adding OWNERS_ALIASES and update list. Added OWNERS_ALIASES file as rest of repos use this. Sandeep is moving Org, Lewis/Ananya will take care of Prow CI side along with Douglas. --- OWNERS | 21 +++++++-------------- OWNERS_ALIASES | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index 710790d3..d873f5a5 100644 --- a/OWNERS +++ b/OWNERS @@ -1,17 +1,10 @@ +# See the OWNERS docs at https://go.k8s.io/owners approvers: - - abays - - dciabrin - - dprince - - olliewalsh - - Sandeepyadav93 - - stuggi - - viroel + - mariadb-approvers + - ci-approvers + - openstack-approvers reviewers: - - abays - - dciabrin - - dprince - - olliewalsh - - Sandeepyadav93 - - stuggi - - viroel + - mariadb-approvers + - ci-approvers + - openstack-approvers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000..da8511ce --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,14 @@ +# See the OWNERS_ALIASES docs: https://git.k8s.io/community/contributors/guide/owners.md#owners_aliases + +aliases: + mariadb-approvers: + - dciabrin + ci-approvers: + - lewisdenny + - frenzyfriday + - viroel + openstack-approvers: + - abays + - dprince + - olliewalsh + - stuggi