Skip to content

Commit

Permalink
OWNERS: add OWNERS_ALIASES, add approvers/reviewers who already held …
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Stroczynski authored Sep 28, 2020
1 parent b661055 commit 5754121
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 23 deletions.
28 changes: 5 additions & 23 deletions OWNERS
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
31 changes: 31 additions & 0 deletions OWNERS_ALIASES
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

0 comments on commit 5754121

Please sign in to comment.