We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a1a026 + 006934c commit c71114bCopy full SHA for c71114b
.zappr.yaml
@@ -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
15
16
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