diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-08-17 12:29:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 12:29:47 +0200 |
commit | 7dbedfc8a3b7243df8fa19b8038c450283aa4457 (patch) | |
tree | 965b3457d686a3f3cc1f4a9da83f2719aabe0c31 | |
parent | 2e16a9033930ea33721f9ffba3fb12d145f5d56b (diff) | |
download | wallabag-7dbedfc8a3b7243df8fa19b8038c450283aa4457.tar.gz wallabag-7dbedfc8a3b7243df8fa19b8038c450283aa4457.tar.zst wallabag-7dbedfc8a3b7243df8fa19b8038c450283aa4457.zip |
Enable Zappr
-rw-r--r-- | .zappr.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.zappr.yaml b/.zappr.yaml new file mode 100644 index 00000000..69a7fa53 --- /dev/null +++ b/.zappr.yaml | |||
@@ -0,0 +1,24 @@ | |||
1 | # see https://zappr.opensource.zalan.do/ | ||
2 | approvals: | ||
3 | minimum: 1 | ||
4 | ignore: pr_opener | ||
5 | pattern: "^(:\\+1:|👍)$" | ||
6 | veto: | ||
7 | pattern: "^(:\\-1:|👎)$" | ||
8 | from: | ||
9 | orgs: | ||
10 | - wallabag | ||
11 | collaborators: true | ||
12 | specification: | ||
13 | title: | ||
14 | minimum-length: | ||
15 | enabled: true | ||
16 | length: 8 | ||
17 | body: | ||
18 | minimum-length: | ||
19 | enabled: true | ||
20 | length: 8 | ||
21 | contains-url: false | ||
22 | contains-issue-number: false | ||
23 | template: | ||
24 | differs-from-body: true | ||