-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zappr.yml
34 lines (34 loc) · 918 Bytes
/
.zappr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# docs: https://zappr.readthedocs.io/en/latest/setup/
approvals:
# PR needs at least 1 approvals
minimum: 1
# approval = comment that matches this regex
pattern: "^(:\\+1:|👍|\\+1|LGTM)$"
veto:
# veto/blocking a PR = comment that matches this regex
pattern: "^(:\\-1:|👎|\\-1|LBTM)$"
# note that `from` is by default empty,
# accepting any matching comment as approval
from:
# commenter must be either one of:
orgs:
# a public zalando org member
# (any org in here counts)
# - your-organization
# OR a collaborator of the repo
collaborators: true
# OR one of these guys
users:
- artisin
specification:
# title requirements
title:
# PR title is at least this many characters long
minimum-length:
enabled: true
length: 8
commit:
message:
# commit message has to match any one of
patterns:
- "\\(.*?\\):"