diff --git a/OWNERS b/OWNERS index b9d702e10..0261f6680 100644 --- a/OWNERS +++ b/OWNERS @@ -25,32 +25,3 @@ emeritus_approvers: - linki - njuettner - seanmalloy - -filters: - "source/": - labels: - - source - "provider/aws(|sd)": - labels: - - provider/aws - "provider/azure": - labels: - - provider/azure - "provider/google": - labels: - - provider/google - "provider/coredns": - labels: - - provider/coredns - "provider/rfc2136": - labels: - - provider/rfc2136 - "provider/pdns": - labels: - - provider/powerdns - "provider/cloudflare": - labels: - - provider/cloudflare - "provider/(akamai|alibabacloud|civo|designate|digitalocean|dnsimple|exoscale|gandi|godaddy|linode|ns1|oci|ovh|pihole|plural|scaleway|transip)": - labels: - - provider diff --git a/docs/OWNERS b/docs/OWNERS new file mode 100644 index 000000000..2e6e4d56e --- /dev/null +++ b/docs/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- docs diff --git a/provider/OWNERS b/provider/OWNERS new file mode 100644 index 000000000..4b565139b --- /dev/null +++ b/provider/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- provider diff --git a/source/OWNERS b/source/OWNERS new file mode 100644 index 000000000..ffe27446c --- /dev/null +++ b/source/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- source