mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
# See the OWNERS docs at https://go.k8s.io/owners
|
|
|
|
# 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:
|
|
- kind/api-change
|