Skip to content

Commit 4b03b30

Browse files
authored
Merge pull request #155 from pohly/owners
owners: introduce aliases
2 parents ad83def + a6453c8 commit 4b03b30

File tree

3 files changed

+47
-5
lines changed

3 files changed

+47
-5
lines changed

Diff for: 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

Diff for: 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

Diff for: OWNERS_ALIASES

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

0 commit comments

Comments
 (0)