diff --git a/OWNERS b/OWNERS index 072dd93db4..832f09d8a7 100644 --- a/OWNERS +++ b/OWNERS @@ -1,56 +1,8 @@ -# See the OWNERS docs at https://go.k8s.io/owners -approvers: - - 3AceShowHand - - 3pointer - - 5kbpers - - amyangfei - - asddongmen - - Benjamin2037 - - buchuitoudegou - - CharlesCheung96 - - csuzhangxc - - D3Hunter - - dsdashun - - Ehco1996 - - glorv - - GMHDBJD - - gozssky - - hi-rustin - - hicqu - - holys - - hongyunyan - - IANTHEREAL - - july2993 - - kennytm - - lance6716 - - Leavrth - - leoppro - - lichunzhu - - lidezhu - - Little-Wallace - - liuzix - - lonng - - maxshuang - - niubell - - okJiang - - overvenus - - sdojjy - - suzaku - - Tammyxia - - WangXiangUSTC - - WizardXiao - - wk989898 - - wlwilliamx - - YuJuncen - - zhangjinpeng87 - - 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 2958d8c58e..292f031c68 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,6 +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-approvers-cdc-api: + 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 - # other approvers SIGs. + - suzaku + - wk989898 + - wlwilliamx + - zhangjinpeng87 + - zhaoxinyu + - zwj-coder + - joechenrh diff --git a/cdc/api/v2/OWNERS b/cdc/api/v2/OWNERS index f961705acb..2f778ed240 100644 --- a/cdc/api/v2/OWNERS +++ b/cdc/api/v2/OWNERS @@ -5,7 +5,4 @@ filters: # include *.go but ignore *_test.go files. "^.*([^t]|[^s]t|[^e]st|[^t]est|[^_]test)[.]go$": approvers: - - sig-approvers-cdc-api - "^OWNERS$": - approvers: - - sig-approvers-cdc-api + - sig-critical-approvers-cdc diff --git a/cmd/dm-ctl/OWNERS b/cmd/dm-ctl/OWNERS new file mode 100644 index 0000000000..8385908e41 --- /dev/null +++ b/cmd/dm-ctl/OWNERS @@ -0,0 +1,8 @@ +# 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: + - sig-approvers-dm +labels: + - area/dm diff --git a/cmd/dm-master/OWNERS b/cmd/dm-master/OWNERS new file mode 100644 index 0000000000..97ec599602 --- /dev/null +++ b/cmd/dm-master/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/cmd/dm-syncer/OWNERS b/cmd/dm-syncer/OWNERS new file mode 100644 index 0000000000..97ec599602 --- /dev/null +++ b/cmd/dm-syncer/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/cmd/dm-worker/OWNERS b/cmd/dm-worker/OWNERS new file mode 100644 index 0000000000..97ec599602 --- /dev/null +++ b/cmd/dm-worker/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/dm/OWNERS b/dm/OWNERS new file mode 100644 index 0000000000..97ec599602 --- /dev/null +++ b/dm/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm 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/engine/OWNERS b/engine/OWNERS new file mode 100644 index 0000000000..a96826a163 --- /dev/null +++ b/engine/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-engine +labels: + - area/engine 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