Skip to content

Commit

Permalink
ci: add prow OWNERS for dm and engine modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo committed May 15, 2024
1 parent 34aeab3 commit 48bf383
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ aliases:
- hongyunyan
- sdojjy
# other approvers SIGs.
sig-approvers-dm:
- Benjamin2037
- D3Hunter
- GMHDBJD
- lance6716
sig-approvers-engine:
- Benjamin2037
- D3Hunter
- GMHDBJD
- lance6716
8 changes: 8 additions & 0 deletions cmd/dm-ctl/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
# See the OWNERS docs at https://go.k8s.io/owners
options:
no_parent_owners: true
approvers:
- sig-approvers-dm
labels:
- area/dm
7 changes: 7 additions & 0 deletions cmd/dm-master/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
approvers:
- sig-approvers-dm
labels:
- area/dm
7 changes: 7 additions & 0 deletions cmd/dm-syncer/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
approvers:
- sig-approvers-dm
labels:
- area/dm
7 changes: 7 additions & 0 deletions cmd/dm-worker/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
approvers:
- sig-approvers-dm
labels:
- area/dm
7 changes: 7 additions & 0 deletions dm/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
approvers:
- sig-approvers-dm
labels:
- area/dm
7 changes: 7 additions & 0 deletions engine/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
approvers:
- sig-approvers-engine
labels:
- area/engine

0 comments on commit 48bf383

Please sign in to comment.