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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue