From 9ca1b754a5d846e0772bec7ed4fe5c0280f5d05c Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 11 Mar 2016 16:33:26 +0100 Subject: [PATCH] Add zappr configuration. --- .zappr.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zappr.yaml diff --git a/.zappr.yaml b/.zappr.yaml new file mode 100644 index 00000000..4d628636 --- /dev/null +++ b/.zappr.yaml @@ -0,0 +1,12 @@ +approvals: + # PR needs at least 4 approvals + minimum: 1 + # approval = comment that matches this regex + pattern: "^:?\\+1:?$" + from: + # commenter must be either one of: + # a public zalando org member + orgs: + - zalando + # a collaborator of the repo + collaborators: true