-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
add OWNERS_ALIASES support
OWNERS_ALIASES groups are needed for fair blunderbuss review requests. Signed-off-by: Tuomo Tanskanen <[email protected]>
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |