Skip to content

Commit 4bedba5

Browse files
committed
Narrow kind/api-change auto-labeling
1 parent a2a5bd0 commit 4bedba5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

staging/src/k8s.io/api/OWNERS

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
# Disable inheritance as this is an api owners file
44
options:
55
no_parent_owners: true
6-
approvers:
7-
- api-approvers
8-
reviewers:
9-
- api-reviewers
10-
labels:
11-
- sig/architecture
12-
- kind/api-change
6+
filters:
7+
".*":
8+
approvers:
9+
- api-approvers
10+
reviewers:
11+
- api-reviewers
12+
# only auto-label go file changes as kind/api-change
13+
"\\.go$":
14+
labels:
15+
- kind/api-change

0 commit comments

Comments
 (0)