From 7dbedfc8a3b7243df8fa19b8038c450283aa4457 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 17 Aug 2016 12:29:47 +0200 Subject: [PATCH] Enable Zappr --- .zappr.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .zappr.yaml diff --git a/.zappr.yaml b/.zappr.yaml new file mode 100644 index 00000000..69a7fa53 --- /dev/null +++ b/.zappr.yaml @@ -0,0 +1,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 -- 2.41.0