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:
Diffstat (limited to '.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