From fb007b16221a06c36806db40884c6c665a121814 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 14:51:56 +0200 Subject: [PATCH 1/2] Add .zappr configuration --- .zappr.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.zappr.yaml b/.zappr.yaml index e531e9361..865e393d0 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -1,2 +1,12 @@ +# for github.com +approvals: + groups: + zalando: + minimum: 2 + from: + orgs: + - "zalando" X-Zalando-Team: "acid" -X-Zalando-Type: "code" +# 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 From db661414ee4f910ab5b3622498a7d6f6a312138a Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 16:16:07 +0200 Subject: [PATCH 2/2] Move license to the root folder. --- cmd/LICENSE => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cmd/LICENSE => LICENSE (100%) diff --git a/cmd/LICENSE b/LICENSE similarity index 100% rename from cmd/LICENSE rename to LICENSE