From 61d2beb5acc65639a6dd858ad02f89f472843cf2 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Fri, 20 Oct 2023 06:41:52 +0000 Subject: [PATCH] pkg/tidb-binlog: add `OWNERS` file Fixes #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 1aa64cefdb9e4..13733e248c694 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -44,3 +44,7 @@ aliases: - lance6716 - tangenta - wjhuang2016 + 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