From a3b03dac682c2a5e0d88fc2ea66219d5f9170bc0 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 6 Apr 2023 12:05:35 +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 --- OWNERS | 14 ++++++++++++++ ui/OWNERS | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 OWNERS create mode 100644 ui/OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000000..df7b3bd9e6 --- /dev/null +++ b/OWNERS @@ -0,0 +1,14 @@ +# See the OWNERS docs at https://go.k8s.io/owners +approvers: + # diagnostic-maintainers: + - baurine + - breezewish + # diagnostic-committers: + - crazycs520 + - Deardrops + - iosmanthus + - shhdgit + - zhongzc +reviewers: + # diagnostic-reviewers: + - Renkai diff --git a/ui/OWNERS b/ui/OWNERS new file mode 100644 index 0000000000..35a366531c --- /dev/null +++ b/ui/OWNERS @@ -0,0 +1,3 @@ +# See the OWNERS docs at https://go.k8s.io/owners +labels: + - area/frontend