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 319bca3 + d0f6ee4 commit 68318f8Copy full SHA for 68318f8
.zappr.yaml
@@ -0,0 +1,26 @@
1
+autobranch:
2
+ pattern: 'bunq/sdk_python#{number}-{title}'
3
+ length: 100
4
+commit:
5
+ message:
6
+ patterns:
7
+ - '([A-Za-z0-9 ]+)\. (\(bunq\/sdk_python#[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