From 93371b06d0d5946245884b827f9527e6458a018d Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Fri, 17 May 2024 14:04:42 +0300 Subject: [PATCH] add OWNERS_ALIASES support OWNERS_ALIASES groups are needed for fair blunderbuss review requests. Signed-off-by: Tuomo Tanskanen --- OWNERS | 16 +++++++--------- OWNERS_ALIASES | 11 +++++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index 2e974ae9..f1195195 100644 --- a/OWNERS +++ b/OWNERS @@ -1,18 +1,16 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: - - derekhiggins - - dtantsur - - elfosardo - - iurygregory +- ironic-ipa-downloader-maintainers reviewers: - - zaneb +- ironic-ipa-downloader-maintainers +- ironic-ipa-downloader-reviewers emeritus_approvers: - - bfournie - - hardys +- bfournie +- hardys emeritus_reviewers: - - maelk - - stbenjam +- maelk +- stbenjam diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000..f95601af --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,11 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +aliases: + ironic-ipa-downloader-maintainers: + - derekhiggins + - dtantsur + - elfosardo + - iurygregory + + ironic-ipa-downloader-reviewers: + - zaneb