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 <[email protected]>
  • Loading branch information
tuminoid committed May 17, 2024
1 parent e9ab2cb commit ad515fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
10 changes: 3 additions & 7 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- lentzi90
- Rozzii
- utility-images-maintainers

reviewers:
- dtantsur
- elfosardo
- kashifest
- mboukhalfa
- tuminoid
- utility-images-maintainers
- utility-images-reviewers

emeritus_reviewers:

Expand Down
13 changes: 13 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

aliases:
utility-images-maintainers:
- lentzi90
- Rozzii

utility-images-reviewers:
- dtantsur
- elfosardo
- kashifest
- mboukhalfa
- tuminoid

0 comments on commit ad515fb

Please sign in to comment.