forked from kubernetes-sigs/kubebuilder
-
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.
Clean old users from the OWNERS file
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
1 parent
9f597a2
commit fdb36ac
Showing
2 changed files
with
18 additions
and
9 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,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 |
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,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 |