mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
13 lines
308 B
YAML
13 lines
308 B
YAML
approvals:
|
|
# PR needs at least 4 approvals
|
|
minimum: 1
|
|
# approval = comment that matches this regex
|
|
pattern: "^\\s*(:?\\+1:?|👍)\\s*$"
|
|
from:
|
|
# commenter must be either one of:
|
|
# a public zalando org member
|
|
orgs:
|
|
- zalando
|
|
# a collaborator of the repo
|
|
collaborators: true
|