From e417b481e6c6c85e5348f4546bd62a927bfa7c21 Mon Sep 17 00:00:00 2001 From: Mustafa Abdelrahman Date: Thu, 21 Dec 2023 18:09:42 +0100 Subject: [PATCH] Require labels (#666) Signed-off-by: Mustafa Abdelrahman --- .zappr.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zappr.yaml b/.zappr.yaml index c0f8583c..ede21e1b 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -6,4 +6,15 @@ approvals: from: orgs: - "zalando" +pull-request: + labels: + additional: true + oneOf: + - architectural + - major + - minor + - bugfix + - documentation + - dependencies + X-Zalando-Team: teapot