Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <PromoFaux@users.noreply.github.com>2016-10-25 14:38:04 +0300
committerGitHub <noreply@github.com>2016-10-25 14:38:04 +0300
commit0de74c04486314140e02634bf2677dbaa0656384 (patch)
tree47a28ee5dbbd03977b2177bd397b84fb2109c5f5
parentfc89851ce95b4ea059ed430e1ad514bdbb3605dd (diff)
parentee927346b7cfcee3948a30ab797e745e4dd916d4 (diff)
Merge pull request #848 from pi-hole/PromoFaux-patch-1v2.9.4a
Update .pullapprove.yml
-rw-r--r--.pullapprove.yml49
1 files changed, 34 insertions, 15 deletions
diff --git a/.pullapprove.yml b/.pullapprove.yml
index db3c0a90..68b9acfc 100644
--- a/.pullapprove.yml
+++ b/.pullapprove.yml
@@ -1,19 +1,38 @@
-approve_by_comment: true
-approve_regex: '^(Approved|:shipit:|:\+1:|Engage)'
-reject_regex: '^(Rejected|:-1:|Borg)'
-reset_on_push: true
-author_approval: required
-reviewers:
- members:
- - brantje
- - dschaper
- - jacobsalmela
- - Mcat12
- - PromoFaux
- name: pullapprove
- required: 3
+version: 2
+
always_pending:
- title_regex: '(WIP|wip)'
+ title_regex: '(WIP|wip)'
labels:
- wip
explanation: 'This PR is a work in progress...'
+
+group_defaults:
+ reset_on_push:
+ enabled: true
+ reject_value: -2
+ approve_regex: '^(Approved|:shipit:|:\+1:|Engage)'
+ reject_regex: '^(Rejected|:-1:|Borg)'
+ author_approval:
+ auto: true
+
+
+groups:
+ development:
+ approve_by_comment:
+ enabled: true
+ conditions:
+ branches:
+ - development
+ required: 2
+ teams:
+ - gravity
+
+ master:
+ approve_by_comment:
+ enabled: true
+ conditions:
+ branches:
+ - master
+ required: 3
+ teams:
+ - gravity