From 6bbc4df29b2726b73db1192296671add3dd8c670 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 15 May 2018 15:28:31 -0700 Subject: [PATCH] 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 --- OWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OWNERS b/OWNERS index 2dabed0d939..0258c32f387 100644 --- a/OWNERS +++ b/OWNERS @@ -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