From 2212b169240dc9d767f2e65d5a88dd16b58110fd Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 19 Mar 2024 19:56:35 +0800 Subject: [PATCH 1/3] chore(ticdc): add OWNERS file in cdc api folder ref: 10819 Signed-off-by: wuhuizuo --- OWNERS_ALIASES | 6 ++++++ cdc/api/v2/OWNERS | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 OWNERS_ALIASES create mode 100644 cdc/api/v2/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000000..d22eed43b30 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,6 @@ +# Sort the member alphabetically. +aliases: + sig-approvers-cdc-api: + - flowbehappy + - okJiang + # other approvers SIGs. diff --git a/cdc/api/v2/OWNERS b/cdc/api/v2/OWNERS new file mode 100644 index 00000000000..f961705acb0 --- /dev/null +++ b/cdc/api/v2/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + # include *.go but ignore *_test.go files. + "^.*([^t]|[^s]t|[^e]st|[^t]est|[^_]test)[.]go$": + approvers: + - sig-approvers-cdc-api + "^OWNERS$": + approvers: + - sig-approvers-cdc-api From 01973416e0375c78b731f658578b3406b0471977 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 20 Mar 2024 10:19:33 +0800 Subject: [PATCH 2/3] Update OWNERS_ALIASES Co-authored-by: Jianyuan Jiang --- OWNERS_ALIASES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index d22eed43b30..e9efb1d453d 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -2,5 +2,5 @@ aliases: sig-approvers-cdc-api: - flowbehappy - - okJiang + - sdojjy # other approvers SIGs. From 148984dd66aba77f95ed1e895d92bcaa515816e6 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 21 Mar 2024 15:05:35 +0800 Subject: [PATCH 3/3] Update OWNERS_ALIASES Co-authored-by: Flowyi --- OWNERS_ALIASES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index e9efb1d453d..2958d8c58e0 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,6 +1,6 @@ # Sort the member alphabetically. aliases: sig-approvers-cdc-api: - - flowbehappy + - hongyunyan - sdojjy # other approvers SIGs.