Skip to content

Commit

Permalink
add OWNERS_ALIASES support
Browse files Browse the repository at this point in the history
OWNERS_ALIASES groups are needed for fair blunderbuss review requests.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
  • Loading branch information
tuminoid committed May 17, 2024
1 parent e300eed commit d18d7e0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
30 changes: 11 additions & 19 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- dtantsur
- honza
- kashifest
- lentzi90
- zaneb
- baremetal-operator-maintainers

reviewers:
- elfosardo
- mquhuy
- Rozzii
- s3rj1k
- tuminoid
- zhouhao3
- baremetal-operator-maintainers
- baremetal-operator-reviewers

emeritus_approvers:
- andfasano
- fmuyassarov
- hardys
- maelk
- andfasano
- fmuyassarov
- hardys
- maelk

emeritus_reviewers:
- ardaguclu
- bfournie
- dukov
- furkatgofurov7
- ardaguclu
- bfournie
- dukov
- furkatgofurov7
17 changes: 17 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

aliases:
baremetal-operator-maintainers:
- dtantsur
- honza
- kashifest
- lentzi90
- zaneb

baremetal-operator-reviewers:
- elfosardo
- mquhuy
- Rozzii
- s3rj1k
- tuminoid
- zhouhao3

0 comments on commit d18d7e0

Please sign in to comment.