From fc4a2cb6acf641a39da9f92caf2c06db15268787 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:45:26 +0200 Subject: [PATCH] chore(ci): update labels automation (#5580) --- 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 000000000..16088024f --- /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 000000000..5e51c9fef --- /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 000000000..b7cb86a46 --- /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 000000000..0846b3234 --- /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 000000000..16088024f --- /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 000000000..3191b8289 --- /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 000000000..593666f31 --- /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 000000000..dc11b01c8 --- /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 000000000..f660de545 --- /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 000000000..4de969042 --- /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 000000000..8f335dd0e --- /dev/null +++ b/scripts/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: +- scripts