Skip to content

Commit

Permalink
Clean up OWNERS files
Browse files Browse the repository at this point in the history
This cleans up the OWNERS file, making sure only active project members
are listed and the links are in line with the latest docs.
  • Loading branch information
DirectXMan12 committed Jan 29, 2020
1 parent a1c859b commit 0662bea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
10 changes: 5 additions & 5 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md
owners:
- directxman12
- droot
- pwittrock
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- controller-tools-admins
- controller-tools-approvers
reviewers:
- controller-tools-reviewers
- controller-tools-admins
- controller-tools-approvers
19 changes: 17 additions & 2 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

aliases:
# active folks who can be contacted to perform admin-related
# tasks on the repo, or otherwise approve any PRS.
controller-tools-admins:
- directxman12
- droot
- pwittrock
- mengqiy

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

# folks who can review and LGTM any PRs in the repo (doesn't
# include approvers & admins -- those count too via the OWNERS
# file)
controller-tools-reviewers: []

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

0 comments on commit 0662bea

Please sign in to comment.