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 752e4d1 commit ebdba4f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
28 changes: 11 additions & 17 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- kashifest
- lentzi90
- mboukhalfa
- smoshiur1237
- metal3-dev-env-maintainers

reviewers:
- dtantsur
- elfosardo
- Rozzii
- Sunnatillo
- tuminoid
- metal3-dev-env-maintainers
- metal3-dev-env-reviewers

emeritus_approvers:
- fmuyassarov
- furkatgofurov7
- hardys
- maelk
- fmuyassarov
- furkatgofurov7
- hardys
- maelk

emeritus_reviewers:
- jan-est
- macaptain
- namnx228
- xenwar
- jan-est
- macaptain
- namnx228
- xenwar
15 changes: 15 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

aliases:
metal3-dev-env-maintainers:
- kashifest
- lentzi90
- mboukhalfa
- smoshiur1237

metal3-dev-env-reviewers:
- dtantsur
- elfosardo
- Rozzii
- Sunnatillo
- tuminoid

0 comments on commit ebdba4f

Please sign in to comment.