Skip to content

Commit

Permalink
distsql,executor,expression: add code OWNERS files (#47091)
Browse files Browse the repository at this point in the history
ref #47088
  • Loading branch information
wuhuizuo authored Sep 19, 2023
1 parent 7d71771 commit e324e08
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 e324e08

Please sign in to comment.