From 9a262d621918d7fc656495bbd629c63194f35b13 Mon Sep 17 00:00:00 2001 From: Dmitry Kolesnikov Date: Fri, 6 Sep 2024 09:04:50 +0300 Subject: [PATCH] (fix): Update Pull Request approval flows --- .zappr.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.zappr.yaml b/.zappr.yaml index 42cde9b..e18651a 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -5,5 +5,26 @@ approvals: from: orgs: - zalando + + maintainers: + minimum: 2 + from: + users: + - fogfish + - pioneerit + +# mandatory pull request labels +pull-request: + labels: + additional: true + oneOf: + - architectural + - major + - minor + - bugfix + - documentation + - dependencies + # one of [code, doc, config, tools, secrets] X-Zalando-Type: code +X-Zalando-Team: "wardrobefi"