From 6eb2e2114453545256ac7cbfec55bda285ffb955 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 18 Jul 2016 17:03:17 +0200 Subject: [PATCH] Add .zappr.yaml --- .zappr.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zappr.yaml diff --git a/.zappr.yaml b/.zappr.yaml new file mode 100644 index 00000000..d87f03fb --- /dev/null +++ b/.zappr.yaml @@ -0,0 +1,13 @@ +# for github.com +approvals: + groups: + zalando: + minimum: 2 + from: + orgs: + - "zalando" +# team should be valid team id in team service https://teams.auth.zalando.com/api/teams/:id +X-Zalando-Team: "acid" +# type should be one of [code, doc, config, tools, secrets] +# code will be the default value, if X-Zalando-Type is not found in .zappr.yml +X-Zalando-Type: code