1# See the OWNERS docs at https://go.k8s.io/owners
2
3# Disable inheritance as this is an api owners file
4options:
5  no_parent_owners: true
6filters:
7  ".*":
8    approvers:
9      - api-approvers
10    reviewers:
11      - api-reviewers
12
13  # examples:
14  #   pkg/apis/*/types.go
15  #   pkg/apis/*/*/types.go
16  "[^/]+/([^/]+/)?(register|types)\\.go$":
17    labels:
18      - kind/api-change
19