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

approvers:
- derekhiggins
- dtantsur
- elfosardo
- iurygregory
- ironic-ipa-downloader-maintainers

reviewers:
- zaneb
- ironic-ipa-downloader-maintainers
- ironic-ipa-downloader-reviewers

emeritus_approvers:
- bfournie
- hardys
- bfournie
- hardys

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

aliases:
ironic-ipa-downloader-maintainers:
- derekhiggins
- dtantsur
- elfosardo
- iurygregory

ironic-ipa-downloader-reviewers:
- zaneb

0 comments on commit 93371b0

Please sign in to comment.