forked from operator-framework/operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OWNERS: add OWNERS_ALIASES, add approvers/reviewers who already held …
…roles (operator-framework#3955)
- Loading branch information
Eric Stroczynski
authored
Sep 28, 2020
1 parent
b661055
commit 5754121
Showing
2 changed files
with
36 additions
and
23 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,25 +1,7 @@ | ||
approvers: | ||
- hasbro17 | ||
- estroz | ||
- shawn-hurley | ||
- joelanford | ||
- theishshah | ||
- camilamacedo86 | ||
- jmccormick2001 | ||
- jmrodri | ||
- fabianvf | ||
- varshaprasad96 | ||
- rashmigottipati | ||
- sdk-admins | ||
- sdk-approvers | ||
reviewers: | ||
- hasbro17 | ||
- estroz | ||
- shawn-hurley | ||
- joelanford | ||
- theishshah | ||
- camilamacedo86 | ||
- jmccormick2001 | ||
- jmrodri | ||
- fabianvf | ||
- varshaprasad96 | ||
- rashmigottipati | ||
- jberkhahn | ||
- sdk-admins | ||
- sdk-approvers | ||
- sdk-reviewers |
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,31 @@ | ||
|
||
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | ||
|
||
aliases: | ||
# Contributors who can be contacted to perform admin-related tasks on the repo. | ||
# This role is a subset of the approver role. | ||
sdk-admins: | ||
- estroz | ||
- joelanford | ||
- jmccormick2001 | ||
- jmrodri | ||
- asmacdo | ||
|
||
# Contributors who can approve any PRs in the repo. | ||
sdk-approvers: | ||
- theishshah | ||
- camilamacedo86 | ||
- fabianvf | ||
- varshaprasad96 | ||
- rashmigottipati | ||
- bharathi-tenneti | ||
|
||
# Contributors who can review and LGTM any PRs in the repo. | ||
sdk-reviewers: | ||
- jberkhahn | ||
|
||
# Contributors who were approvers that are no longer directly involved with the project. | ||
# This role is symbolic. | ||
sdk-emeritus-approvers: | ||
- shawn-hurley | ||
- hasbro17 |