Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix): Update Pull Request approval flows #14

Merged
merged 3 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .zappr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Loading