mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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:
parent
79ee735bad
commit
018b44daa6
@ -15,7 +15,3 @@ emeritus_reviewers:
|
||||
- dixudx
|
||||
- rosti
|
||||
- stewart-yu
|
||||
labels:
|
||||
- sig/architecture
|
||||
- sig/cluster-lifecycle
|
||||
- sig/api-machinery
|
||||
|
Loading…
Reference in New Issue
Block a user