Skip to content

Commit c71114b

Browse files
authored
Merge pull request #67 from bunq/configure-zappr
Configure Zappr
2 parents 8a1a026 + 006934c commit c71114b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.zappr.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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)