From 884cb0ed042569c4362f7cba19c090337c1b6686 Mon Sep 17 00:00:00 2001 From: timzxz Date: Thu, 27 Aug 2026 09:46:56 +0800 Subject: [PATCH] ci: add prow OWNERS file for the critical files --- lib/config/OWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/config/OWNERS diff --git a/lib/config/OWNERS b/lib/config/OWNERS new file mode 100644 index 00000000..1bb03cdf --- /dev/null +++ b/lib/config/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + ".*": + approvers: + - ginkgoch + - likidu + - yudongusa