Skip to content

Commit

Permalink
Merge pull request pi-hole#848 from pi-hole/PromoFaux-patch-1
Browse files Browse the repository at this point in the history
Update .pullapprove.yml
  • Loading branch information
PromoFaux authored Oct 25, 2016
2 parents fc89851 + ee92734 commit 0de74c0
Showing 1 changed file with 34 additions and 15 deletions.
49 changes: 34 additions & 15 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0de74c0

Please sign in to comment.