Skip to content

Commit fdb36ac

Browse files
committed
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.
1 parent 9f597a2 commit fdb36ac

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

OWNERS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
22

33
approvers:
4-
- kubebuilder-owners
54
- kubebuilder-admins
6-
- kubebuilder-maintainers
5+
- kubebuilder-approvers
76
reviewers:
7+
- kubebuilder-admins
88
- kubebuilder-reviewers
9+
- kubebuilder-approvers

OWNERS_ALIASES

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
22

33
aliases:
4-
kubebuilder-owners:
5-
- droot
6-
- pwittrock
4+
# active folks who can be contacted to perform admin-related
5+
# tasks on the repo, or otherwise approve any PRs.
76
kubebuilder-admins:
8-
- directxman12
9-
kubebuilder-maintainers:
10-
- Liujingfang1
7+
- droot
118
- mengqiy
12-
- pmorie
9+
- directxman12
10+
11+
# non-admin folks who can approve any PRs in the repo
12+
kubebuilder-approvers: []
13+
14+
# folks who can review and LGTM any PRs in the repo (doesn't include
15+
# approvers & admins -- those count too via the OWNERS file)
1316
kubebuilder-reviewers:
1417
- camilamacedo86
1518
- joelanford
1619
- estroz
20+
21+
# folks who may have context on ancient history,
22+
# but are no longer directly involved
23+
kubebuilder-emeritus-approvers:
24+
- pwittrock

0 commit comments

Comments
 (0)