Skip to content

Commit

Permalink
*: Setup OWNERS to control approving global variable and configuratio…
Browse files Browse the repository at this point in the history
…n changes

Fixes pingcap#45183

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Jul 6, 2023
1 parent 63f6b48 commit 93ebd09
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
14 changes: 14 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
aliases:
sig-critical-approvers-tidb-server:
- yudongusa
- bb7133
- XuHuaiyu
- xurui
- morgo
sig-critical-approvers-tidb-lightning:
- niubell
- D3Hunter
- frank945946
sig-critical-approvers-parser:
- kennytm
- tangenta
7 changes: 7 additions & 0 deletions br/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
"tidb-lightning\\.tom$":
approvers:
- sig-critical-approvers-tidb-lightning
7 changes: 7 additions & 0 deletions config/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
"config\\.toml\\.example$":
approvers:
- sig-critical-approvers-tidb-server
7 changes: 7 additions & 0 deletions parser/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
filters:
"parser\\.y$":
approvers:
- sig-critical-approvers-parser
11 changes: 11 additions & 0 deletions sessionctx/variable/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:
"(sysvar|session|tidb_vars)\\.go$":
approvers:
- sig-critical-approvers-tidb-server
".*":
approvers:
- sig-critical-approvers-tidb-server

0 comments on commit 93ebd09

Please sign in to comment.