diff --git a/OWNERS b/OWNERS index e26c81695..832f09d8a 100644 --- a/OWNERS +++ b/OWNERS @@ -1,16 +1,8 @@ -# See the OWNERS docs at https://go.k8s.io/owners -approvers: - - birdstorm - - Coderlxl - - humengyu2012 - - ilovesoup - - LittleFall - - marsishandsome - - shiyuhang0 - - sunxiaoguang - - windtalker - - xuanyu66 -reviewers: - - Daemonxiao - - qidi1 - - zhangyangyu +# 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 new file mode 100644 index 000000000..6f140e149 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,18 @@ +# 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-community-reviewers: + - Daemonxiao + - qidi1 + - zhangyangyu + sig-community-approvers: + - Coderlxl + - LittleFall + - birdstorm + - humengyu2012 + - ilovesoup + - marsishandsome + - shiyuhang0 + - sunxiaoguang + - windtalker + - xuanyu66