aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zappr.yaml
blob: f90cd8096cbae6520f1c2f4b56d64affaffa1057 (plain) (blame)
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
# see https://zappr.opensource.zalan.do/
autobranch: false
commit: false
approvals:
  minimum: 1
  ignore: pr_opener
  pattern: "^(:\\+1:|👍)$"
  veto:
    pattern: "^(:\\-1:|👎)$"
  from:
    orgs:
      - wallabag
    collaborators: true
specification:
  title:
    minimum-length:
      enabled: true
      length: 8
  body:
    minimum-length:
      enabled: true
      length: 8
    contains-url: false
    contains-issue-number: false
  template:
    differs-from-body: true