Skip to content

Commit 41ab1d2

Browse files
authored
Merge pull request kubernetes#74354 from liggitt/target-api-change-label
Narrow k8s.io/api auto-labeling
2 parents 4763720 + 4bedba5 commit 41ab1d2

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)