mirror of https://github.com/k3s-io/k3s
Merge pull request #74354 from liggitt/target-api-change-label
Narrow k8s.io/api auto-labelingpull/564/head
commit
41ab1d2bd2
|
@ -3,10 +3,13 @@
|
|||
# Disable inheritance as this is an api owners file
|
||||
options:
|
||||
no_parent_owners: true
|
||||
filters:
|
||||
".*":
|
||||
approvers:
|
||||
- api-approvers
|
||||
reviewers:
|
||||
- api-reviewers
|
||||
# only auto-label go file changes as kind/api-change
|
||||
"\\.go$":
|
||||
labels:
|
||||
- sig/architecture
|
||||
- kind/api-change
|
||||
|
|
Loading…
Reference in New Issue