From 7a40732904127fcb6024e6c63782f0af5e222766 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 29 May 2024 17:28:22 +0800 Subject: [PATCH] chore: strengthen configuration change approval (#8967) close pingcap/tiflash#8966 Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> --- OWNERS_ALIASES | 5 +++++ dbms/src/Interpreters/OWNERS | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 OWNERS_ALIASES create mode 100644 dbms/src/Interpreters/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000000..547449df84f --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,5 @@ +# Sort the member alphabetically. +aliases: + sig-critical-approvers-config: + - easonn7 + - yudongusa diff --git a/dbms/src/Interpreters/OWNERS b/dbms/src/Interpreters/OWNERS new file mode 100644 index 00000000000..b0b24145eb2 --- /dev/null +++ b/dbms/src/Interpreters/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + "(OWNERS|Settings\\.h)$": + approvers: + - sig-critical-approvers-config