mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 04:21:19 +00:00
25 lines
453 B
YAML
25 lines
453 B
YAML
|
# 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
|