From 4bedba5e39aae8778d430d8646f44915b8140766 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Thu, 21 Feb 2019 11:18:09 -0500 Subject: [PATCH] Narrow kind/api-change auto-labeling --- staging/src/k8s.io/api/OWNERS | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/staging/src/k8s.io/api/OWNERS b/staging/src/k8s.io/api/OWNERS index 18f847ce7b..92c1f5627a 100644 --- a/staging/src/k8s.io/api/OWNERS +++ b/staging/src/k8s.io/api/OWNERS @@ -3,10 +3,13 @@ # Disable inheritance as this is an api owners file options: no_parent_owners: true -approvers: -- api-approvers -reviewers: -- api-reviewers -labels: -- sig/architecture -- kind/api-change +filters: + ".*": + approvers: + - api-approvers + reviewers: + - api-reviewers + # only auto-label go file changes as kind/api-change + "\\.go$": + labels: + - kind/api-change