Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

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 df0f859 commit 91dd4c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
16 changes: 6 additions & 10 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- bfournie
- derekhiggins
- dtantsur
- elfosardo
- iurygregory
- ironic-client-maintainers

reviewers:
- zaneb
- ironic-client-maintainers
- ironic-client-reviewers

emeritus_reviewers:
- maelk
- stbenjam
- maelk
- stbenjam

emeritus_approvers:
- hardys

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

aliases:
ironic-client-maintainers:
- bfournie
- derekhiggins
- dtantsur
- elfosardo
- iurygregory

ironic-client-reviewers:
- zaneb

0 comments on commit 91dd4c8

Please sign in to comment.