Skip to content

Commit 7ed3212

Browse files
Add OWNERS and OWNERS_ALIASES templates (#26)
1 parent d831432 commit 7ed3212

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

OWNERS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- core-ack-team
5+
- service-team

OWNERS_ALIASES

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases
2+
3+
aliases:
4+
# Always allow the core ACK maintainers to have access to your repository
5+
core-ack-team:
6+
- jaypipes
7+
- mhausenblas
8+
- a-hilaly
9+
- RedbackThomson
10+
- vijtrip2
11+
# TODO: Add your team members to your team controller alias
12+
service-team: []

0 commit comments

Comments
 (0)