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 # Disable inheritance as this is an api owners file
options: options:
no_parent_owners: true no_parent_owners: true
approvers: filters:
- api-approvers ".*":
reviewers: approvers:
- api-reviewers - api-approvers
labels: reviewers:
- sig/architecture - api-reviewers
- kind/api-change # only auto-label go file changes as kind/api-change
"\\.go$":
labels:
- kind/api-change