component-base: avoid accumulating default labels

The intention in
ecb3813726
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.
This commit is contained in:
Patrick Ohly 2021-10-07 16:54:58 +02:00
parent 79ee735bad
commit 018b44daa6

View File

@ -15,7 +15,3 @@ emeritus_reviewers:
- dixudx
- rosti
- stewart-yu
labels:
- sig/architecture
- sig/cluster-lifecycle
- sig/api-machinery