Merge pull request #74354 from liggitt/target-api-change-label

Narrow k8s.io/api auto-labeling
pull/564/head
Kubernetes Prow Robot 2019-02-21 12:27:07 -08:00 committed by GitHub
commit 41ab1d2bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -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