From 8460b2544bb85ff3cfd640a6e8c28a3553157ec0 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 4 Mar 2017 15:17:25 -0800 Subject: [PATCH] Merge pull request #1295 from pi-hole/tweak/pullapprove Require 4 approvals instead of five for merging into master --- .pullapprove.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index f9d10062..ff970b29 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -33,6 +33,6 @@ groups: conditions: branches: - master - required: -1 + required: 4 teams: - admin