Skip to content

Commit a6453c8

Browse files
committed
owners: introduce aliases
The intention is to use these aliases in all repos by making OWNERS_ALIASES a symlink to KUBERNETES_CSI_OWNERS_ALIASES. Then adding or removing reviewers for all repos can be done by updating csi-release-tools and then updating repos using the normal semi-automatic process. While at it, several new reviewers get added to spread the load among more people and Saad gets removed from the list of active reviewers because he is too busy.
1 parent ad83def commit a6453c8

File tree

3 files changed

+47
-5
lines changed

3 files changed

+47
-5
lines changed

KUBERNETES_CSI_OWNERS_ALIASES

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2+
3+
aliases:
4+
5+
# SIG-Storage chairs and leads should always have approval rights in all repos.
6+
# Others may be added as needed here or in each repo.
7+
kubernetes-csi-approvers:
8+
- jsafrane
9+
- msau42
10+
- saad-ali
11+
- xing-yang
12+
13+
# Reviewers are automatically assigned to new PRs. The following
14+
# reviewers will be active in all repos. Other reviewers can be
15+
# added in each repo.
16+
#
17+
# Reviewers are encouraged to set the "Busy" flag in their GitHub status
18+
# when they are temporarily unable to review PRs.
19+
kubernetes-csi-reviewers:
20+
- andyzhangx
21+
- chrishenzie
22+
- ggriffiths
23+
- gnufied
24+
- j-griffith
25+
- Jiawei0227
26+
- jingxu97
27+
- jsafrane
28+
- pohly
29+
- xing-yang
30+
31+
# This documents who previously contributed to Kubernetes-CSI
32+
# as approver.
33+
emeritus_approver:
34+
- lpabon
35+
- sbezverk
36+
- vladimirvivien
37+
38+
# This documents who previously contributed to Kubernetes-CSI
39+
# as reviewer.
40+
emeritus_reviewer:
41+
- lpabon
42+
- saad-ali
43+
- sbezverk
44+
- vladimirvivien

OWNERS

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
22

33
approvers:
4-
- saad-ali
5-
- msau42
4+
- kubernetes-csi-approvers
65
- pohly
76

87
reviewers:
9-
- saad-ali
10-
- msau42
11-
- pohly
8+
- kubernetes-csi-reviewers

OWNERS_ALIASES

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
KUBERNETES_CSI_OWNERS_ALIASES

0 commit comments

Comments
 (0)