Narrow kind/api-change auto-labeling

This commit is contained in:
Jordan Liggitt 2019-02-21 11:18:09 -05:00
parent a2a5bd03fd
commit 4bedba5e39

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
filters:
".*":
approvers: approvers:
- api-approvers - api-approvers
reviewers: reviewers:
- api-reviewers - api-reviewers
# only auto-label go file changes as kind/api-change
"\\.go$":
labels: labels:
- sig/architecture
- kind/api-change - kind/api-change