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