aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zappr.yaml
blob: 69a7fa53445ddf932d0e6cde4b4519ed5bccd6c3 (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
# see https://zappr.opensource.zalan.do/
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