From adac68275826919f3c98ee73745f76641f08ec09 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 21 Sep 2022 11:41:56 +0200 Subject: [PATCH] Cleanup owners We now move all `sig-node-approvers` to a synched alias in `OWNERS_ALIASES` to simplify ownership. We also move heartlock, tallclair, xlgao-zju and runcom to emeritus since they have not been active in the past year. Please mention on this PR if you still would like to be approver for this project. :) Signed-off-by: Sascha Grunert --- OWNERS | 16 ++++++---------- OWNERS_ALIASES | 12 ++++++++++++ 2 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index 6e29459afc..9daf8702a2 100644 --- a/OWNERS +++ b/OWNERS @@ -1,17 +1,13 @@ -# See the OWNERS file documentation: -# https://github.com/kubernetes/kubernetes/blob/master/docs/devel/owners.md +# See the OWNERS docs at https://go.k8s.io/owners approvers: - - Random-Liu - - dchen1107 - feiskyer - - heartlock - - mrunalp - saschagrunert - - tallclair - - xlgao-zju - - yujuhong - - runcom + - sig-node-approvers emeritus_approvers: - euank + - heartlock + - tallclair + - xlgao-zju + - runcom diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000000..8d3433e4a8 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,12 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +aliases: + # From https://github.com/kubernetes/kubernetes/blob/master/OWNERS_ALIASES#LC220 + sig-node-approvers: + # - dchen1107 # not in k-sigs org + # - sjenning # not in k-sigs org + - Random-Liu + - derekwaynecarr + - klueska + - mrunalp + - yujuhong