k3s/vendor/k8s.io/api/OWNERS

16 lines
331 B
Plaintext
Raw Normal View History

2019-04-07 17:07:55 +00:00
# See the OWNERS docs at https://go.k8s.io/owners
2019-01-12 04:58:27 +00:00
# Disable inheritance as this is an api owners file
options:
no_parent_owners: true
2019-04-07 17:07:55 +00:00
filters:
".*":
approvers:
- api-approvers
reviewers:
- api-reviewers
# only auto-label go file changes as kind/api-change
"\\.go$":
labels:
- kind/api-change