Add Misty to approvers (#8555)

Also added clarifying comments about reviewers
vs approvers and de-duped a couple entries

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
pull/8527/head
Misty Stanley-Jones 2018-05-15 15:28:31 -07:00 committed by k8s-ci-robot
parent 1782a21b47
commit 6bbc4df29b
1 changed files with 6 additions and 1 deletions

7
OWNERS
View File

@ -1,8 +1,12 @@
# Reviewers can /lgtm /approve but not sufficient for auto-merge without an
# approver
reviewers:
- tengqm
- zhangxiaoyu-zidif
- xiangpengzhao
- bradtopol
# Approvers have all the ability of reviewers but their /approve makes
# auto-merge happen if a /lgtm exists, or vice versa, or they can do both
# No need for approvers to also be listed as reviewers
approvers:
- heckj
- bradamant3
@ -10,3 +14,4 @@ approvers:
- steveperry-53
- zacharysarah
- chenopis
- mistyhacks