From f0c6bc1ced6a17f073ae3a2e8f1be384c46d4423 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Mon, 3 Apr 2023 19:49:01 +0800 Subject: [PATCH] chore: migrate to new prow reviewing - Backgroup: https://internals.tidb.io/t/topic/854 - Ref: https://github.com/ti-community-infra/configs/issues/824 Signed-off-by: wuhuizuo --- .github/CODEOWNERS | 5 ---- OWNERS | 49 ++++++++++++++++++++++++++++++++++ conf/OWNERS | 13 +++++++++ metrics/grafana/OWNERS | 11 ++++++++ pkg/schedule/schedulers/OWNERS | 13 +++++++++ server/config/OWNERS | 13 +++++++++ 6 files changed, 99 insertions(+), 5 deletions(-) delete mode 100644 .github/CODEOWNERS create mode 100644 OWNERS create mode 100644 conf/OWNERS create mode 100644 metrics/grafana/OWNERS create mode 100644 pkg/schedule/schedulers/OWNERS create mode 100644 server/config/OWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 858e19407c4..00000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,5 +0,0 @@ -# Require review from domain experts when the PR modified significant config files. -/server/config/config.go @tikv/pd-configuration-reviewer -/pkg/schedule/schedulers/hot_region_config.go @tikv/pd-configuration-reviewer -/conf/config.toml @tikv/pd-configuration-reviewer -/metrics/grafana/pd.json @tikv/pd-configuration-reviewer diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000000..391e0a92f05 --- /dev/null +++ b/OWNERS @@ -0,0 +1,49 @@ +# See the OWNERS docs at https://go.k8s.io/owners +approvers: + - AndreMouche + - bufferflies + - BusyJay + - CabinfeverB + - caniszczyk + - Connor1996 + - disksing + - HunDunDM + - jebter + - JmPotato + - lhy1024 + - nolouch + - overvenus + - rleungx + - shuke987 + - siddontang + - sykp241095 + - tisonkun + - Yisaer + - zhangyangyu + - zz-jason +reviewers: + - AndreMouche + - binshi-bing + - bufferflies + - buggithubs + - BusyJay + - CabinfeverB + - caniszczyk + - Connor1996 + - disksing + - howardlau1999 + - HunDunDM + - jebter + - JmPotato + - lhy1024 + - nolouch + - overvenus + - rleungx + - shuke987 + - siddontang + - sykp241095 + - tisonkun + - xhebox + - Yisaer + - zhangyangyu + - zz-jason diff --git a/conf/OWNERS b/conf/OWNERS new file mode 100644 index 00000000000..0c1d11867a8 --- /dev/null +++ b/conf/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners +filters: + "config\\.toml$": + options: + no_parent_owners: true + reviewers: + - nolouch + - disksing + - rleungx + approvers: + - nolouch + - disksing + - rleungx diff --git a/metrics/grafana/OWNERS b/metrics/grafana/OWNERS new file mode 100644 index 00000000000..699de5bdb38 --- /dev/null +++ b/metrics/grafana/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - nolouch + - disksing + - rleungx +approvers: + - nolouch + - disksing + - rleungx diff --git a/pkg/schedule/schedulers/OWNERS b/pkg/schedule/schedulers/OWNERS new file mode 100644 index 00000000000..c32e8672017 --- /dev/null +++ b/pkg/schedule/schedulers/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners +filters: + "hot_region_config\\.go$": + options: + no_parent_owners: true + reviewers: + - nolouch + - disksing + - rleungx + approvers: + - nolouch + - disksing + - rleungx diff --git a/server/config/OWNERS b/server/config/OWNERS new file mode 100644 index 00000000000..20808bf4e1b --- /dev/null +++ b/server/config/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners +filters: + "config\\.go$": + options: + no_parent_owners: true + reviewers: + - nolouch + - disksing + - rleungx + approvers: + - nolouch + - disksing + - rleungx