From 018b44daa607e1dbb54d5fc7a77e11081d411a62 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 7 Oct 2021 16:54:58 +0200 Subject: [PATCH] component-base: avoid accumulating default labels The intention in https://github.com/kubernetes/kubernetes/commit/ecb38137269cfc6fecb46434d8d8f1abad0e08e4 was to use the component-base/OWNERS labels only as fallback when the OWNERS files in the sub-directories don't set labels. This should never have been necessary because all of those sub-directories have reasonable labels configured. But in practice, the labels were also added to PRs that only touched files in sub-directory because OWNERS files are inherited, which created noise in various sigs that shouldn't have been tagged for those PRs. --- staging/src/k8s.io/component-base/OWNERS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/staging/src/k8s.io/component-base/OWNERS b/staging/src/k8s.io/component-base/OWNERS index 8df88049288..090aa957b75 100644 --- a/staging/src/k8s.io/component-base/OWNERS +++ b/staging/src/k8s.io/component-base/OWNERS @@ -15,7 +15,3 @@ emeritus_reviewers: - dixudx - rosti - stewart-yu -labels: -- sig/architecture -- sig/cluster-lifecycle -- sig/api-machinery