Skip to content

Commit

Permalink
distsql,executor,expression: add code OWNERS files
Browse files Browse the repository at this point in the history
Ref: pingcap#47088, pingcap#47089, pingcap#47090
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Sep 19, 2023
1 parent 4bd39b5 commit 12d736a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ aliases:
sig-approvers-autoid-service: # approvers for auto-id service
- bb7133
- tiancaiamao
sig-approvers-distsql: # approvers for distsql pkg
- windtalker
- XuHuaiyu
- zanmato1984
sig-approvers-executor: # approvers for executor pkg
- windtalker
- XuHuaiyu
- zanmato1984
sig-approvers-expression: # approvers for expression pkg
- windtalker
- XuHuaiyu
- zanmato1984
5 changes: 5 additions & 0 deletions distsql/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
approvers:
- sig-approvers-distsql
5 changes: 5 additions & 0 deletions executor/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
approvers:
- sig-approvers-executor
5 changes: 5 additions & 0 deletions expression/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
approvers:
- sig-approvers-expression

0 comments on commit 12d736a

Please sign in to comment.