From 06ba4404a16ad1790663d803ce28871ef898ff78 Mon Sep 17 00:00:00 2001 From: fogfish Date: Mon, 9 Sep 2024 09:56:56 +0300 Subject: [PATCH] (fix): Update Pull Request approval flows (#14) --- .zappr.yaml | 24 ++++++++++++++++++++++++ MAINTAINERS.md | 3 +++ 2 files changed, 27 insertions(+) diff --git a/.zappr.yaml b/.zappr.yaml index 42cde9b..1d64f95 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -5,5 +5,29 @@ approvals: from: orgs: - zalando + + maintainers: + minimum: 2 + from: + users: + - fogfish + - pioneerit + - larry-dalmeida + - tcondeixa + - remychantenay + +# 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" diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 2ef83cb..d65ea98 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,3 +8,6 @@ This document contains a list of maintainers for the `rds-health` project. If yo |----------------------|--------------------------------------------|-----------------------| | Dmitry Kolesnikov | [@fogfish](https://github.com/fogfish) | Zalando Finland Oy | | Oleksandr Sakharchuk | [@pioneerit](https://github.com/pioneerit) | Zalando Payments GmbH | +| Larry D Almeida | [@larry-dalmeida](https://github.com/larry-dalmeida) | Zalando SE | +| Tiago Silvestre Condeixa | [@tcondeixa](https://github.com/tcondeixa) | Zalando SE | +| Remy Chantenay | [@remychantenay](https://github.com/remychantenay) | Zalando SE |