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]>
tuminoid committed May 17, 2024

Verified

This commit was signed with the committer’s verified signature.
tuminoid Tuomo Tanskanen
1 parent 1056a2e commit ac27be6
Showing 2 changed files with 21 additions and 12 deletions.
18 changes: 6 additions & 12 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- bfournie
- derekhiggins
- dtantsur
- elfosardo
- kashifest
- mariadb-image-maintainers

reviewers:
- iurygregory
- lentzi90
- stbenjam
- zaneb
- mariadb-image-maintainers
- mariadb-image-reviewers

emeritus_approvers:
- hardys
- hardys

emeritus_reviewers:
- maelk
- namnx228
- maelk
- namnx228
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:
mariadb-image-maintainers:
- bfournie
- derekhiggins
- dtantsur
- elfosardo
- kashifest

mariadb-image-reviewers:
- iurygregory
- lentzi90
- stbenjam
- zaneb

0 comments on commit ac27be6

Please sign in to comment.