From d97e113ada9212d8610a74122b810995e76eacb5 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Fri, 19 Apr 2024 02:13:50 +0000 Subject: [PATCH] Strengthen configuration change approval Ref https://github.com/pingcap/tiflash/issues/8966 Signed-off-by: wuhuizuo --- OWNERS | 3 +++ OWNERS_ALIASES | 7 +++++++ proxy_components/proxy_server/src/OWNERS | 7 +++++++ 3 files changed, 17 insertions(+) create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES create mode 100644 proxy_components/proxy_server/src/OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000000..d61c6dd11b6 --- /dev/null +++ b/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +approvers: + - sig-approvers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000000..cd40f74a6f5 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,7 @@ +# Sort the member alphabetically. +aliases: + sig-critical-approvers-config: + - easonn7 + - zhangjinpeng87 + sig-approvers: # default repo approvers + - CalvinNeo diff --git a/proxy_components/proxy_server/src/OWNERS b/proxy_components/proxy_server/src/OWNERS new file mode 100644 index 00000000000..c57a91e855a --- /dev/null +++ b/proxy_components/proxy_server/src/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + "(OWNERS|config\\.rs)$": + approvers: + - sig-critical-approvers-config