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