mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #74354 from liggitt/target-api-change-label
Narrow k8s.io/api auto-labeling
This commit is contained in:
commit
41ab1d2bd2
1 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue