mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Merge branch 'master' into development
This commit is contained in:
commit
45259b6ec6
1 changed files with 34 additions and 15 deletions
|
@ -1,19 +1,38 @@
|
||||||
approve_by_comment: true
|
version: 2
|
||||||
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
|
|
||||||
always_pending:
|
always_pending:
|
||||||
title_regex: '(WIP|wip)'
|
title_regex: '(WIP|wip)'
|
||||||
labels:
|
labels:
|
||||||
- wip
|
- wip
|
||||||
explanation: 'This PR is a work in progress...'
|
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
|
||||||
|
|
Loading…
Reference in a new issue