From 655859ad7efcb2208a5576a3231a81ea452de031 Mon Sep 17 00:00:00 2001 From: Josiah Adenegan Date: Mon, 19 Nov 2018 17:41:22 +0100 Subject: [PATCH 1/3] 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 00000000000..d7204bbc5ae --- /dev/null +++ b/.zappr.yaml @@ -0,0 +1,24 @@ +# this is how you configure zappr +# a more exhaustive description is at +# https://zappr.readthedocs.io/en/latest/setup + +# uncomment this if you want to change anything +approvals: +# by default, an approval is the thumbs up emoji only: ^:\\+1:$ +# uncomment this line to change the approval pattern to "lgtm" at the beginning of the comment +# pattern: "^lgtm" + +# by default, every pull request requires two approvals +# uncomment this line to change it to three + minimum: 1 + +# by default, the pull request opener can approve its own pull request +# uncomment this line to ignore approvals from the pull request opener +# (there is also `last_committer` and `both`) +# ignore: pr_opener + +# by default, zappr counts everyone as a valid approver +# uncomment these lines to change it to only collaborators +# (you can also specify `orgs` and `users` and define `groups`) +# from: +# collaborators: true From 7794744bcceca5c482632c485df83368ea1e0292 Mon Sep 17 00:00:00 2001 From: Josiah Adenegan Date: Mon, 19 Nov 2018 17:45:48 +0100 Subject: [PATCH 2/3] Zappr 2 --- .zappr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zappr.yaml b/.zappr.yaml index d7204bbc5ae..925cb807d4a 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -1,3 +1,4 @@ +# # this is how you configure zappr # a more exhaustive description is at # https://zappr.readthedocs.io/en/latest/setup From ddb9744bf9b9d0bca9d210a2b74461877abeefc4 Mon Sep 17 00:00:00 2001 From: Josiah Adenegan Date: Mon, 19 Nov 2018 17:51:48 +0100 Subject: [PATCH 3/3] Zappr 3 --- .zappr.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.zappr.yaml b/.zappr.yaml index 925cb807d4a..d7204bbc5ae 100644 --- a/.zappr.yaml +++ b/.zappr.yaml @@ -1,4 +1,3 @@ -# # this is how you configure zappr # a more exhaustive description is at # https://zappr.readthedocs.io/en/latest/setup