Skip to content

Commit

Permalink
Update OWNERS to use OWNERS_ALIASES (knative#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed May 30, 2019
1 parent 15b1aa7 commit c0132d9
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 30 deletions.
4 changes: 1 addition & 3 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- evankanderson
- mattmoor
- vaikas-google
- pkg-approvers
65 changes: 65 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
aliases:
pkg-approvers:
- evankanderson
- mattmoor
- vaikas-google

apis-approvers:
- mattmoor
- vaikas-google
- n3wscott

apis-istio-approvers:
- tcnghia

apis-duck-approvers:
- mattmoor
- vaikas-google

cloudevents-approvers:
- n3wscott
- vaikas-google

configmap-approvers:
- mattmoor
- mdemirhan

controller-approvers:
- mattmoor
- grantr
- tcnghia

kmeta-approvers:
- mattmoor
- jonjohnsonjr

logging-approvers:
- mdemirhan
- n3wscott
- yanweiguo

metrics-approvers:
- mdemirhan
- yanweiguo

productivity-approvers:
- adrcunha
- chaodaiG
- srinivashegde86
productivity-reviewers:
- adrcunha
- chaodaiG
- coryrc
- dushyanthsc
- ericKlawitter
- Fredy-Z
- nbarthwal
- srinivashegde86
- steuhs
- yt3liu

webhook-approvers:
- mattmoor
- grantr
- tcnghia

4 changes: 1 addition & 3 deletions apis/OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mattmoor
- vaikas-google
- n3wscott
- apis-approvers
3 changes: 1 addition & 2 deletions apis/duck/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mattmoor
- vaikas-google
- apis-duck-approvers
2 changes: 1 addition & 1 deletion apis/istio/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- tcnghia
- apis-istio-approvers
3 changes: 1 addition & 2 deletions cloudevents/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- n3wscott
- vaikas-google
- cloudevents-approvers
3 changes: 1 addition & 2 deletions configmap/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mattmoor
- mdemirhan
- configmap-approvers
4 changes: 1 addition & 3 deletions controller/OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mattmoor
- grantr
- tcnghia
- controller-approvers
10 changes: 10 additions & 0 deletions hack/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- productivity-approvers

reviewers:
- productivity-reviewers

labels:
- area/test-and-release
3 changes: 1 addition & 2 deletions kmeta/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mattmoor
- jonjohnsonjr
- kmeta-approvers
4 changes: 1 addition & 3 deletions logging/OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mdemirhan
- n3wscott
- yanweiguo
- logging-approvers
3 changes: 1 addition & 2 deletions metrics/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mdemirhan
- yanweiguo
- metrics-approvers
11 changes: 7 additions & 4 deletions test/OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- adrcunha
- jessiezcc
- srinivashegde86
- steuhs
- productivity-approvers

reviewers:
- productivity-reviewers

labels:
- area/test-and-release
4 changes: 1 addition & 3 deletions webhook/OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- mattmoor
- grantr
- tcnghia
- webhook-approvers

0 comments on commit c0132d9

Please sign in to comment.