From 07fd1a433fd355880891779b7ec2a6e25f6829a0 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 2 Nov 2023 10:45:37 +0800 Subject: [PATCH] pkg/tidb-binlog: add `OWNERS` file (#47865) close pingcap/tidb#47846 --- OWNERS_ALIASES | 4 ++++ pkg/tidb-binlog/OWNERS | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 pkg/tidb-binlog/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 8e3b76f7cd013..dce8bff5562d3 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -111,3 +111,7 @@ aliases: - tangenta - wjhuang2016 - zimulala + sig-approvers-tidb-binlog: # approvers for tidb-binlog module + - Benjamin2037 + - gmhdbjd + - lichunzhu diff --git a/pkg/tidb-binlog/OWNERS b/pkg/tidb-binlog/OWNERS new file mode 100644 index 0000000000000..c195022115e3a --- /dev/null +++ b/pkg/tidb-binlog/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-tidb-binlog