Narrow kind/api-change auto-labeling

pull/564/head
Jordan Liggitt 2019-02-21 11:18:09 -05:00
parent a2a5bd03fd
commit 4bedba5e39
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