Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add prow OWNERS for dm and engine modules
Browse files Browse the repository at this point in the history
wuhuizuo committed May 15, 2024

Verified

This commit was signed with the committer’s verified signature.
Mamaduka George Mamadashvili
1 parent 34aeab3 commit 93e73b8
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
@@ -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 93e73b8

Please sign in to comment.