From 4e3cf9f4193411a6421719ca5f4afaa7499cf3e9 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Sat, 11 Jul 2020 20:21:27 +0530 Subject: [PATCH] Remove SCL reviewers/approvers from OWNERS_ALIASES To adequately leverage the SCL reviewers/approvers list in OWNERS_ALIASES, we would need to add multiple OWNERS files in various directories. Otherwise, the bot ends up suggesting reviewers and approvers from other parent directories. To avoid this complexity, simply remove the list of SCL reviewers/approvers from OWNERS_ALIASES. --- OWNERS_ALIASES | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 7c7104a896..7eb088ec4a 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,21 +1,4 @@ aliases: - sig-cluster-lifecycle-kubeadm-approvers: # Approving changes to kubeadm documentation - - timothysc - - lukemarsden - - luxas - - fabriziopandini - sig-cluster-lifecycle-kubeadm-reviewers: # Reviewing kubeadm documentation - - timothysc - - lukemarsden - - luxas - - fabriziopandini - - kad - - xiangpengzhao - - stealthybox - - liztio - - chuckha - - detiber - - dixudx sig-docs-blog-owners: # Approvers for blog content - castrojo - kbarnard10