diff --git a/OWNERS b/OWNERS index c95f8f8532..832f09d8a7 100644 --- a/OWNERS +++ b/OWNERS @@ -1,53 +1,8 @@ -# See the OWNERS docs at https://go.k8s.io/owners -approvers: - - 3AceShowHand - - 3pointer - - 5kbpers - - amyangfei - - asddongmen - - buchuitoudegou - - CharlesCheung96 - - csuzhangxc - - D3Hunter - - dsdashun - - Ehco1996 - - glorv - - GMHDBJD - - gozssky - - hi-rustin - - hicqu - - holys - - IANTHEREAL - - july2993 - - kennytm - - lance6716 - - Leavrth - - leoppro - - lichunzhu - - lidezhu - - Little-Wallace - - liuzix - - lonng - - maxshuang - - niubell - - okJiang - - overvenus - - sdojjy - - suzaku - - Tammyxia - - WangXiangUSTC - - WizardXiao - - wk989898 - - wlwilliamx - - YuJuncen - - zhaoxinyu - - zwj-coder -reviewers: - - ben1009 - - charleszheng44 - - fengou1 - - iamxy - - joccau - - MoCuishle28 - - nongfushanquan - - tiancaiamao +# See the OWNERS docs at https://www.kubernetes.dev/docs/guide/owners/#owners +# The members of 'sig-community-*' are synced from memberships defined in repository: https://github.com/pingcap/community. +filters: + .*: + approvers: + - sig-community-approvers + reviewers: + - sig-community-reviewers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index f5e545fdf0..292f031c68 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,12 +1,78 @@ -# Sort the member alphabetically. +# See the OWNERS docs at https://www.kubernetes.dev/docs/guide/owners/#owners_aliases +# The members of 'sig-community-*' are synced from memberships defined in repository: https://github.com/pingcap/community. aliases: + sig-critical-approvers-cdc: + - yudongusa + - likidu + sig-critical-approvers-dm: + - yudongusa + - likidu sig-approvers-dm: - Benjamin2037 - D3Hunter - GMHDBJD - lance6716 + - joechenrh sig-approvers-engine: - Benjamin2037 - D3Hunter - GMHDBJD - lance6716 + - joechenrh + sig-community-reviewers: + - MoCuishle28 + - ben1009 + - charleszheng44 + - fengou1 + - iamxy + - joccau + - nongfushanquan + - tiancaiamao + sig-community-approvers: + - 0xPoe + - 3AceShowHand + - 3pointer + - 5kbpers + - Benjamin2037 + - CharlesCheung96 + - D3Hunter + - Ehco1996 + - GMHDBJD + - IANTHEREAL + - Leavrth + - Little-Wallace + - OliverS929 + - Tammyxia + - WangXiangUSTC + - WizardXiao + - YuJuncen + - amyangfei + - asddongmen + - buchuitoudegou + - csuzhangxc + - dsdashun + - glorv + - gozssky + - hicqu + - holys + - hongyunyan + - july2993 + - kennytm + - lance6716 + - leoppro + - lichunzhu + - lidezhu + - liuzix + - lonng + - maxshuang + - niubell + - okJiang + - overvenus + - sdojjy + - suzaku + - wk989898 + - wlwilliamx + - zhangjinpeng87 + - zhaoxinyu + - zwj-coder + - joechenrh diff --git a/cdc/api/v2/OWNERS b/cdc/api/v2/OWNERS new file mode 100644 index 0000000000..2f778ed240 --- /dev/null +++ b/cdc/api/v2/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + # include *.go but ignore *_test.go files. + "^.*([^t]|[^s]t|[^e]st|[^t]est|[^_]test)[.]go$": + approvers: + - sig-critical-approvers-cdc diff --git a/cmd/dm-ctl/OWNERS b/cmd/dm-ctl/OWNERS index 97ec599602..8385908e41 100644 --- a/cmd/dm-ctl/OWNERS +++ b/cmd/dm-ctl/OWNERS @@ -1,4 +1,5 @@ # See the OWNERS docs at https://go.k8s.io/owners +# See the OWNERS docs at https://go.k8s.io/owners options: no_parent_owners: true approvers: diff --git a/dm/config/OWNERS b/dm/config/OWNERS new file mode 100644 index 0000000000..3c3d9ee508 --- /dev/null +++ b/dm/config/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + # files: task.go, source_config.go + "^(task|source_config)[.]go$": + approvers: + - sig-critical-approvers-dm diff --git a/dm/master/OWNERS b/dm/master/OWNERS new file mode 100644 index 0000000000..e4316944e6 --- /dev/null +++ b/dm/master/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + # file: config.go + "^config[.]go$": + approvers: + - sig-critical-approvers-dm diff --git a/dm/worker/OWNERS b/dm/worker/OWNERS new file mode 100644 index 0000000000..e4316944e6 --- /dev/null +++ b/dm/worker/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + # file: config.go + "^config[.]go$": + approvers: + - sig-critical-approvers-dm diff --git a/pkg/cmd/util/OWNERS b/pkg/cmd/util/OWNERS new file mode 100644 index 0000000000..d9a22112db --- /dev/null +++ b/pkg/cmd/util/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +filters: + "^changefeed[.]toml$": + approvers: + - sig-critical-approvers-cdc diff --git a/pkg/config/OWNERS b/pkg/config/OWNERS new file mode 100644 index 0000000000..15e7a977a3 --- /dev/null +++ b/pkg/config/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners +filters: + # include *.go but ignore *_test.go files. + "^.*([^t]|[^s]t|[^e]st|[^t]est|[^_]test)[.]go$": + labels: + - affect-ticdc-config-docs + # * Enable and fill these fields if necessary. + # approvers: [] + # reviewers: [] \ No newline at end of file