Skip to content

Commit

Permalink
Clean old users from the OWNERS file
Browse files Browse the repository at this point in the history
This cleans up old users from the OWNERS and OWNERS_ALIASES files.
This should mean that folks who get assigned for reviews are now active.
  • Loading branch information
DirectXMan12 committed Jan 29, 2020
1 parent 9f597a2 commit fdb36ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
5 changes: 3 additions & 2 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- kubebuilder-owners
- kubebuilder-admins
- kubebuilder-maintainers
- kubebuilder-approvers
reviewers:
- kubebuilder-admins
- kubebuilder-reviewers
- kubebuilder-approvers
22 changes: 15 additions & 7 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

aliases:
kubebuilder-owners:
- droot
- pwittrock
# active folks who can be contacted to perform admin-related
# tasks on the repo, or otherwise approve any PRs.
kubebuilder-admins:
- directxman12
kubebuilder-maintainers:
- Liujingfang1
- droot
- mengqiy
- pmorie
- directxman12

# non-admin folks who can approve any PRs in the repo
kubebuilder-approvers: []

# folks who can review and LGTM any PRs in the repo (doesn't include
# approvers & admins -- those count too via the OWNERS file)
kubebuilder-reviewers:
- camilamacedo86
- joelanford
- estroz

# folks who may have context on ancient history,
# but are no longer directly involved
kubebuilder-emeritus-approvers:
- pwittrock

0 comments on commit fdb36ac

Please sign in to comment.