Adding new reviewers (#2142)

* adding new reviewers

* trying to fix owners error

* moving ALIASES to top level

* removing alises pointing to aliases

* adding operator leads

* fix typo
This commit is contained in:
Sam O'Dell 2020-01-30 09:36:27 -08:00 committed by GitHub
parent cf10c25e3b
commit f2d7647311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 2 deletions

View File

@ -3,21 +3,23 @@ aliases:
- evankanderson - evankanderson
- mattmoor - mattmoor
- dgerd - dgerd
- vaikas-google
- vaikas - vaikas
- rgregg - rgregg
- mchmarny - mchmarny
- averikitsch - averikitsch
docs-approvers: docs-approvers:
- carieshmarie - carieshmarie
- samodell - samodell
- richieescarez - richieescarez
docs-reviewers: docs-reviewers:
- gyliu513
- abrennan89 - abrennan89
productivity-approvers: productivity-approvers:
- adrcunha - adrcunha
- chaodaiG - chaodaiG
productivity-reviewers: productivity-reviewers:
- adrcunha - adrcunha
- chaodaiG - chaodaiG
@ -25,3 +27,38 @@ aliases:
- chizhg - chizhg
- steuhs - steuhs
- yt3liu - yt3liu
serving-eng-reviewers:
- dgerd
- dprotaso
- markusthoemmes
- mattmoor
- tcnghia
- vagababov
eventing-eng-reviewers:
- evankanderson
- grantr
- vaikas
- n3wscott
- matzew
- nachocano
- lionelvillard
install-eng-reviewers:
- dgerd
- dprotaso
- markusthoemmes
- mattmoor
- tcnghia
- vagababov
- evankanderson
- grantr
- vaikas
- n3wscott
- matzew
- nachocano
- lionelvillard
- k4leung4
- bbrowning
- houshengbo

4
docs/eventing/OWNERS Normal file
View File

@ -0,0 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.
reviewers:
- eventing-eng-reviewers

4
docs/install/OWNERS Normal file
View File

@ -0,0 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.
reviewers:
- install-eng-reviewers

4
docs/serving/OWNERS Normal file
View File

@ -0,0 +1,4 @@
# The OWNERS file is used by prow to automatically merge approved PRs.
reviewers:
- serving-eng-reviewers