# Disable inheritance as this is an api owners file
options:
  no_parent_owners: true
filters:
  ".*":
    approvers:
      - api-approvers
  # examples:
  #   pkg/apis/*/types.go
  #   pkg/apis/*/*/types.go
  "[^/]+/([^/]+/)?(register|types)(_.*)?\\.go$":
    labels:
      - kind/api-change
