Skip to content

Commit

Permalink
chore(ticdc): add OWNERS file in cdc api folder (pingcap#10820)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Mar 21, 2024
1 parent 99b3eb4 commit d186087
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Sort the member alphabetically.
aliases:
sig-approvers-cdc-api:
- hongyunyan
- sdojjy
# other approvers SIGs.
11 changes: 11 additions & 0 deletions cdc/api/v2/OWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d186087

Please sign in to comment.