From 91dd4c87dc365b7044b1755b137edb48a51d3223 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Fri, 17 May 2024 13:45:37 +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 | 12 ++++++++++++ 2 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index a99e3ae..0aebf9e 100644 --- a/OWNERS +++ b/OWNERS @@ -1,19 +1,15 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: - - bfournie - - derekhiggins - - dtantsur - - elfosardo - - iurygregory +- ironic-client-maintainers reviewers: - - zaneb +- ironic-client-maintainers +- ironic-client-reviewers emeritus_reviewers: - - maelk - - stbenjam +- maelk +- stbenjam emeritus_approvers: - - hardys - +- hardys diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000..66699c9 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,12 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +aliases: + ironic-client-maintainers: + - bfournie + - derekhiggins + - dtantsur + - elfosardo + - iurygregory + + ironic-client-reviewers: + - zaneb