forked from kubernetes-sigs/kubebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOWNERS_ALIASES
More file actions
25 lines (21 loc) · 716 Bytes
/
OWNERS_ALIASES
File metadata and controls
25 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.
kubebuilder-admins:
- pwittrock
- estroz
- camilamacedo86
# non-admin folks who can approve any PRs in the repo
kubebuilder-approvers:
- adirio
# 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:
- joelanford
# folks who may have context on ancient history,
# but are no longer directly involved
kubebuilder-emeritus-approvers:
- directxman12
- droot
- mengqiy