diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-10-24 21:02:35 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-28 22:04:54 +0100 |
commit | 6fc95673df5349d682eb6ca6185f894eb711d13a (patch) | |
tree | b825799c92eb8f41b4f55273a6c959125699eea9 /.zappr.yaml | |
parent | 0f159f8fc1dea68552dbfa845fa9a24a95953018 (diff) | |
download | wallabag-6fc95673df5349d682eb6ca6185f894eb711d13a.tar.gz wallabag-6fc95673df5349d682eb6ca6185f894eb711d13a.tar.zst wallabag-6fc95673df5349d682eb6ca6185f894eb711d13a.zip |
Cleanup
Diffstat (limited to '.zappr.yaml')
-rw-r--r-- | .zappr.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.zappr.yaml b/.zappr.yaml deleted file mode 100644 index f90cd809..00000000 --- a/.zappr.yaml +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | # see https://zappr.opensource.zalan.do/ | ||
2 | autobranch: false | ||
3 | commit: false | ||
4 | approvals: | ||
5 | minimum: 1 | ||
6 | ignore: pr_opener | ||
7 | pattern: "^(:\\+1:|👍)$" | ||
8 | veto: | ||
9 | pattern: "^(:\\-1:|👎)$" | ||
10 | from: | ||
11 | orgs: | ||
12 | - wallabag | ||
13 | collaborators: true | ||
14 | specification: | ||
15 | title: | ||
16 | minimum-length: | ||
17 | enabled: true | ||
18 | length: 8 | ||
19 | body: | ||
20 | minimum-length: | ||
21 | enabled: true | ||
22 | length: 8 | ||
23 | contains-url: false | ||
24 | contains-issue-number: false | ||
25 | template: | ||
26 | differs-from-body: true | ||