Skip to content

Commit 0662bea

Browse files
committed
Clean up OWNERS files
This cleans up the OWNERS file, making sure only active project members are listed and the links are in line with the latest docs.
1 parent a1c859b commit 0662bea

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

OWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md
2-
owners:
3-
- directxman12
4-
- droot
5-
- pwittrock
1+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2+
63
approvers:
74
- controller-tools-admins
5+
- controller-tools-approvers
86
reviewers:
7+
- controller-tools-reviewers
98
- controller-tools-admins
9+
- controller-tools-approvers

OWNERS_ALIASES

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

33
aliases:
4+
# active folks who can be contacted to perform admin-related
5+
# tasks on the repo, or otherwise approve any PRS.
46
controller-tools-admins:
57
- directxman12
68
- droot
7-
- pwittrock
9+
- mengqiy
10+
11+
# non-admin folks who can approve any PRs in the repo
12+
controller-tools-approvers: []
13+
14+
# folks who can review and LGTM any PRs in the repo (doesn't
15+
# include approvers & admins -- those count too via the OWNERS
16+
# file)
17+
controller-tools-reviewers: []
18+
19+
# folks who may have context on ancient history,
20+
# but are no longer directly involved
21+
controller-tools-emeritus-maintainers:
22+
- pwittrock

0 commit comments

Comments
 (0)