diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000000..2958d8c58e0 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,6 @@ +# Sort the member alphabetically. +aliases: + sig-approvers-cdc-api: + - hongyunyan + - sdojjy + # other approvers SIGs. diff --git a/cdc/api/v2/OWNERS b/cdc/api/v2/OWNERS new file mode 100644 index 00000000000..f961705acb0 --- /dev/null +++ b/cdc/api/v2/OWNERS @@ -0,0 +1,11 @@ +# 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-approvers-cdc-api + "^OWNERS$": + approvers: + - sig-approvers-cdc-api