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 |