From 7d1a2d85a183d35449051b7ca027e4b4e0024a96 Mon Sep 17 00:00:00 2001 From: Darya Dedik Date: Wed, 18 Sep 2019 13:53:26 +0200 Subject: [PATCH] Update zappr.yaml Update zappr.yaml --- .zappr.yaml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.zappr.yaml b/.zappr.yaml index aa897b5..5ec54c4 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -1,17 +1,10 @@ -X-Zalando-Team: octopus -X-Zalando-Type: code - approvals: - minimum: 2 - # approval = comment that matches this regex - pattern: "^(:\\+1:|👍)" - # note that `from` is by default empty, - # accepting any matching comment as approval - from: - # commenter must be either one of: - orgs: - # a public zalando org member - # (any org in here counts) - - zalando - # OR a collaborator of the repo - collaborators: true + groups: + zalando: + minimum: 2 + from: + orgs: + - "zalando" + collaborators: true +X-Zalando-Team: "octopus" +X-Zalando-Type: code