From c736c30968c9f505b02a59e384f4cbce484f5dcc Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Fri, 27 Jun 2025 12:01:14 +0200 Subject: [PATCH] chore(ci): update labels automation --- apis/OWNERS | 4 ++++ controller/OWNERS | 4 ++++ internal/OWNERS | 4 ++++ kustomize/OWNERS | 4 ++++ pkg/apis/OWNERS | 4 ++++ pkg/metrics/OWNERS | 4 ++++ pkg/rfc2317/OWNERS | 4 ++++ pkg/tlsutils/OWNERS | 4 ++++ plan/OWNERS | 4 ++++ registry/OWNERS | 4 ++++ scripts/OWNERS | 4 ++++ 11 files changed, 44 insertions(+) create mode 100644 apis/OWNERS create mode 100644 controller/OWNERS create mode 100644 internal/OWNERS create mode 100644 kustomize/OWNERS create mode 100644 pkg/apis/OWNERS create mode 100644 pkg/metrics/OWNERS create mode 100644 pkg/rfc2317/OWNERS create mode 100644 pkg/tlsutils/OWNERS create mode 100644 plan/OWNERS create mode 100644 registry/OWNERS create mode 100644 scripts/OWNERS diff --git a/apis/OWNERS b/apis/OWNERS new file mode 100644 index 0000000000..16088024fd --- /dev/null +++ b/apis/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- apis diff --git a/controller/OWNERS b/controller/OWNERS new file mode 100644 index 0000000000..5e51c9fefc --- /dev/null +++ b/controller/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- controller diff --git a/internal/OWNERS b/internal/OWNERS new file mode 100644 index 0000000000..b7cb86a46f --- /dev/null +++ b/internal/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- internal diff --git a/kustomize/OWNERS b/kustomize/OWNERS new file mode 100644 index 0000000000..0846b32347 --- /dev/null +++ b/kustomize/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- kustomize diff --git a/pkg/apis/OWNERS b/pkg/apis/OWNERS new file mode 100644 index 0000000000..16088024fd --- /dev/null +++ b/pkg/apis/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- apis diff --git a/pkg/metrics/OWNERS b/pkg/metrics/OWNERS new file mode 100644 index 0000000000..3191b82893 --- /dev/null +++ b/pkg/metrics/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- metrics diff --git a/pkg/rfc2317/OWNERS b/pkg/rfc2317/OWNERS new file mode 100644 index 0000000000..593666f317 --- /dev/null +++ b/pkg/rfc2317/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- rfc2317 diff --git a/pkg/tlsutils/OWNERS b/pkg/tlsutils/OWNERS new file mode 100644 index 0000000000..dc11b01c87 --- /dev/null +++ b/pkg/tlsutils/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- tls diff --git a/plan/OWNERS b/plan/OWNERS new file mode 100644 index 0000000000..f660de5452 --- /dev/null +++ b/plan/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- plan diff --git a/registry/OWNERS b/registry/OWNERS new file mode 100644 index 0000000000..4de9690429 --- /dev/null +++ b/registry/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- registry diff --git a/scripts/OWNERS b/scripts/OWNERS new file mode 100644 index 0000000000..8f335dd0ea --- /dev/null +++ b/scripts/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- scripts