Skip to content

Commit 006934c

Browse files
committed
Added zappr configuration. (#66)
1 parent 29ba342 commit 006934c

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

.zappr.yaml

+26-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
# this is how you configure zappr
2-
# a more exhaustive description is at
3-
# https://zappr.readthedocs.io/en/latest/setup
4-
5-
# uncomment this if you want to change anything
6-
# approvals:
7-
# by default, an approval is the thumbs up emoji only: ^:\\+1:$
8-
# uncomment this line to change the approval pattern to "lgtm" at the beginning of the comment
9-
# pattern: "^lgtm"
10-
11-
# by default, every pull request requires two approvals
12-
# uncomment this line to change it to three
13-
# minimum: 3
14-
15-
# by default, the pull request opener can approve its own pull request
16-
# uncomment this line to ignore approvals from the pull request opener
17-
# (there is also `last_committer` and `both`)
18-
# ignore: pr_opener
19-
20-
# by default, zappr counts everyone as a valid approver
21-
# uncomment these lines to change it to only collaborators
22-
# (you can also specify `orgs` and `users` and define `groups`)
23-
# from:
24-
# collaborators: true
1+
autobranch:
2+
pattern: 'bunq/sdk_csharp#{number}-{title}'
3+
length: 100
4+
commit:
5+
message:
6+
patterns:
7+
- '([A-Za-z0-9 ]+)\. (\(bunq\/sdk_csharp#[0-9]+\))'
8+
specification:
9+
title:
10+
minimum-length:
11+
enabled: true
12+
length: 8
13+
body:
14+
minimum-length:
15+
enabled: true
16+
length: 8
17+
contains-url: true
18+
contains-issue-number: true
19+
template:
20+
differs-from-body: true
21+
pull-request:
22+
labels:
23+
additional: true
24+
required:
25+
- Reviewed by André
26+
- Can be merged

0 commit comments

Comments
 (0)