Skip to content

Commit fc6166e

Browse files
authored
pkg/table,pkg/tablecodec: add OWNERS files (#47874)
close #47854
1 parent a04c847 commit fc6166e

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

OWNERS_ALIASES

+8
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,11 @@ aliases:
9797
- tangenta
9898
- wjhuang2016
9999
- ywqzzy
100+
sig-approvers-table: # approvers for table packages.
101+
- Benjamin2037
102+
- cfzjywxk
103+
- gmhdbjd
104+
- tangenta
105+
- wjhuang2016
106+
- ywqzzy
107+
- zimulala

pkg/table/OWNERS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
options:
3+
no_parent_owners: true
4+
approvers:
5+
- sig-approvers-table

pkg/tablecodec/OWNERS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
options:
3+
no_parent_owners: true
4+
approvers:
5+
- sig-approvers-table

0 commit comments

Comments
 (0)