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