From a1296624d5e20ad7fc443c313fab056ea305c69e Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 4 Apr 2023 19:54:22 +0800 Subject: [PATCH 1/2] 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 | 12 ----- OWNERS | 101 ++++++++++++++++++++++++++++++++++++++ teams/OWNERS | 7 +++ teams/bigdata/OWNERS | 11 +++++ teams/diagnostic/OWNERS | 9 ++++ teams/docs/OWNERS | 9 ++++ teams/kubernetes/OWNERS | 19 +++++++ teams/migration/OWNERS | 11 +++++ teams/tidb/OWNERS | 49 ++++++++++++++++++ teams/tiflash/OWNERS | 11 +++++ teams/tiunimanager/OWNERS | 9 ++++ teams/tiup/OWNERS | 11 +++++ toc/OWNERS | 7 +++ votes/OWNERS | 7 +++ 14 files changed, 261 insertions(+), 12 deletions(-) delete mode 100644 .github/CODEOWNERS create mode 100644 OWNERS create mode 100644 teams/OWNERS create mode 100644 teams/bigdata/OWNERS create mode 100644 teams/diagnostic/OWNERS create mode 100644 teams/docs/OWNERS create mode 100644 teams/kubernetes/OWNERS create mode 100644 teams/migration/OWNERS create mode 100644 teams/tidb/OWNERS create mode 100644 teams/tiflash/OWNERS create mode 100644 teams/tiunimanager/OWNERS create mode 100644 teams/tiup/OWNERS create mode 100644 toc/OWNERS create mode 100644 votes/OWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index e597f2c3..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,12 +0,0 @@ -/teams/ @zhangyangyu -/toc/ @zhangyangyu -/votes/ @zhangyangyu -/teams/bigdata/ @pingcap/bigdata-maintainers -/teams/diagnostic/ @pingcap/diagnostic-maintainers -/teams/docs/ @pingcap/docs-maintainers -/teams/kubernetes/ @pingcap/kubernetes-maintainers -/teams/migration/ @pingcap/migration-maintainers -/teams/tidb/ @pingcap/tidb-maintainers -/teams/tiflash/ @pingcap/tiflash-maintainers -/teams/tiup/ @pingcap/tiup-maintainers -/teams/tiunimanager/ @pingcap/tiunimanager-maintainers diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000..506d1471 --- /dev/null +++ b/OWNERS @@ -0,0 +1,101 @@ +# See the OWNERS docs at https://go.k8s.io/owners +approvers: + - KanShiori + - Mini256 + - XuHuaiyu + - Yuiham + - amyangfei + - azurezyq + - baurine + - bb7133 + - breezewish + - c4pt0r + - cfzjywxk + - charleszheng44 + - coocood + - csuzhangxc + - cwen0 + - disksing + - flowbehappy + - grovecai + - haiboumich + - hanlins + - humengyu2012 + - iamxy + - ilovesoup + - jackysp + - kaaaaaaang + - kennytm + - lance6716 + - lilin90 + - liubog2008 + - lucklove + - marsishandsome + - ngaut + - qiancai + - qiuyesuifeng + - qw4990 + - shenli + - siddontang + - srstack + - sunxiaoguang + - tangenta + - tiancaiamao + - ucjmh + - winkyao + - winoros + - zanmato1984 + - zhangjinpeng1987 + - zhangyangyu + - zimulala + - zz-jason +reviewers: + - KanShiori + - Mini256 + - XuHuaiyu + - Yuiham + - amyangfei + - azurezyq + - baurine + - bb7133 + - breezewish + - c4pt0r + - cfzjywxk + - charleszheng44 + - coocood + - csuzhangxc + - cwen0 + - disksing + - flowbehappy + - grovecai + - haiboumich + - hanlins + - humengyu2012 + - iamxy + - ilovesoup + - jackysp + - kaaaaaaang + - kennytm + - lance6716 + - lilin90 + - liubog2008 + - lucklove + - marsishandsome + - ngaut + - qiancai + - qiuyesuifeng + - qw4990 + - shenli + - siddontang + - srstack + - sunxiaoguang + - tangenta + - tiancaiamao + - ucjmh + - winkyao + - winoros + - zanmato1984 + - zhangjinpeng1987 + - zhangyangyu + - zimulala + - zz-jason diff --git a/teams/OWNERS b/teams/OWNERS new file mode 100644 index 00000000..36f3ede6 --- /dev/null +++ b/teams/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - zhangyangyu +approvers: + - zhangyangyu diff --git a/teams/bigdata/OWNERS b/teams/bigdata/OWNERS new file mode 100644 index 00000000..cdd1696d --- /dev/null +++ b/teams/bigdata/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - sunxiaoguang + - marsishandsome + - humengyu2012 +approvers: + - sunxiaoguang + - marsishandsome + - humengyu2012 diff --git a/teams/diagnostic/OWNERS b/teams/diagnostic/OWNERS new file mode 100644 index 00000000..7ebcd10c --- /dev/null +++ b/teams/diagnostic/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - baurine + - breezewish +approvers: + - baurine + - breezewish diff --git a/teams/docs/OWNERS b/teams/docs/OWNERS new file mode 100644 index 00000000..8a132580 --- /dev/null +++ b/teams/docs/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - lilin90 + - qiancai +approvers: + - lilin90 + - qiancai diff --git a/teams/kubernetes/OWNERS b/teams/kubernetes/OWNERS new file mode 100644 index 00000000..7ed59c92 --- /dev/null +++ b/teams/kubernetes/OWNERS @@ -0,0 +1,19 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - azurezyq + - grovecai + - csuzhangxc + - charleszheng44 + - liubog2008 + - hanlins + - KanShiori +approvers: + - azurezyq + - grovecai + - csuzhangxc + - charleszheng44 + - liubog2008 + - hanlins + - KanShiori diff --git a/teams/migration/OWNERS b/teams/migration/OWNERS new file mode 100644 index 00000000..5600bfce --- /dev/null +++ b/teams/migration/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - kennytm + - amyangfei + - lance6716 +approvers: + - kennytm + - amyangfei + - lance6716 diff --git a/teams/tidb/OWNERS b/teams/tidb/OWNERS new file mode 100644 index 00000000..de471838 --- /dev/null +++ b/teams/tidb/OWNERS @@ -0,0 +1,49 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - kennytm + - c4pt0r + - ngaut + - coocood + - siddontang + - bb7133 + - shenli + - tiancaiamao + - amyangfei + - lance6716 + - breezewish + - qiuyesuifeng + - cfzjywxk + - zimulala + - jackysp + - zz-jason + - winkyao + - qw4990 + - winoros + - XuHuaiyu + - disksing + - tangenta +approvers: + - kennytm + - c4pt0r + - ngaut + - coocood + - siddontang + - bb7133 + - shenli + - tiancaiamao + - amyangfei + - lance6716 + - breezewish + - qiuyesuifeng + - cfzjywxk + - zimulala + - jackysp + - zz-jason + - winkyao + - qw4990 + - winoros + - XuHuaiyu + - disksing + - tangenta diff --git a/teams/tiflash/OWNERS b/teams/tiflash/OWNERS new file mode 100644 index 00000000..14ac004d --- /dev/null +++ b/teams/tiflash/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - zanmato1984 + - flowbehappy + - ilovesoup +approvers: + - zanmato1984 + - flowbehappy + - ilovesoup diff --git a/teams/tiunimanager/OWNERS b/teams/tiunimanager/OWNERS new file mode 100644 index 00000000..477db3fe --- /dev/null +++ b/teams/tiunimanager/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - haiboumich + - Yuiham +approvers: + - haiboumich + - Yuiham diff --git a/teams/tiup/OWNERS b/teams/tiup/OWNERS new file mode 100644 index 00000000..a5add445 --- /dev/null +++ b/teams/tiup/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - lucklove + - srstack + - kaaaaaaang +approvers: + - lucklove + - srstack + - kaaaaaaang diff --git a/toc/OWNERS b/toc/OWNERS new file mode 100644 index 00000000..36f3ede6 --- /dev/null +++ b/toc/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - zhangyangyu +approvers: + - zhangyangyu diff --git a/votes/OWNERS b/votes/OWNERS new file mode 100644 index 00000000..36f3ede6 --- /dev/null +++ b/votes/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +reviewers: + - zhangyangyu +approvers: + - zhangyangyu From fea6e4d07e323494933f33dc9527a37110981835 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Mon, 15 May 2023 13:54:01 +0800 Subject: [PATCH 2/2] revert: restore github `CODEOWNERS` file --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e597f2c3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +/teams/ @zhangyangyu +/toc/ @zhangyangyu +/votes/ @zhangyangyu +/teams/bigdata/ @pingcap/bigdata-maintainers +/teams/diagnostic/ @pingcap/diagnostic-maintainers +/teams/docs/ @pingcap/docs-maintainers +/teams/kubernetes/ @pingcap/kubernetes-maintainers +/teams/migration/ @pingcap/migration-maintainers +/teams/tidb/ @pingcap/tidb-maintainers +/teams/tiflash/ @pingcap/tiflash-maintainers +/teams/tiup/ @pingcap/tiup-maintainers +/teams/tiunimanager/ @pingcap/tiunimanager-maintainers