Skip to content

Commit 6cf62cb

Browse files
jbtrystramjlebon
authored andcommitted
prow: Add OWNERS file
This allows us to have permissions to `/override` prow tests among other things. Currently this is limited to repo administrator but an OWNERS files makes it easier to manage. This matches the openshift/os repo.
1 parent df89b6a commit 6cf62cb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

OWNERS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# This file is required in order to control `/approve` and `/lgtm` and related
2+
# Prow commands on this repo. It may contain non-Openshift org members and
3+
# aliases (defined in OWNERS_ALIASES). It will be synced to the
4+
# `openshift/release/ci-operator` repo where non-Openshift org members will be
5+
# filtered out and aliases will be expanded.
6+
7+
# See: https://coreos.slack.com/archives/CBN38N3MW/p1654872921259859
8+
9+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
10+
11+
# This file should mirror the list of users defined on coreos-approvers in:
12+
# https://github.com/openshift/release/blob/master/OWNERS_ALIASES
13+
14+
approvers:
15+
- cgwalters
16+
- dustymabe
17+
- mike-nguyen
18+
- jlebon
19+
- travier
20+
- HuijingHei
21+
- jmarrero
22+
- aaradhak
23+
- ravanelli
24+
- gursewak1997
25+
- prestist
26+
- marmijo
27+
- jschintag
28+
- c4rt0
29+
- cverna
30+
- lukewarmtemp
31+
- yasminvalim
32+
- jbtrystram
33+
- madhu-pillai

0 commit comments

Comments
 (0)