2017-01-29 21:35:08 +03:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
# General settings to apply
|
|
|
|
always_pending:
|
|
|
|
title_regex: '(WIP|wip)'
|
|
|
|
labels:
|
2018-01-18 11:58:43 +03:00
|
|
|
- 1. developing
|
2017-01-29 21:35:08 +03:00
|
|
|
# custom message that will be used for the GitHub status
|
|
|
|
explanation: 'This PR is a work in progress...'
|
|
|
|
|
|
|
|
# Group settings to apply to all groups by default, optionally being overridden later
|
|
|
|
group_defaults:
|
|
|
|
author_approval:
|
|
|
|
ignored: true
|
|
|
|
approve_by_comment:
|
|
|
|
enabled: true
|
2018-03-23 13:18:59 +03:00
|
|
|
approve_regex: '^(Approved|:shipit:|:\+1:|LGTM|Merge)'
|
2017-01-29 21:35:08 +03:00
|
|
|
reject_regex: '^(Rejected|:-1:)'
|
|
|
|
reset_on_push:
|
2017-08-31 15:57:10 +03:00
|
|
|
enabled: false
|
2017-01-29 21:35:08 +03:00
|
|
|
reset_on_reopened:
|
|
|
|
enabled: true
|
2018-09-10 11:43:51 +03:00
|
|
|
conditions:
|
|
|
|
labels:
|
|
|
|
exclude:
|
|
|
|
- dependencies
|
2017-01-29 21:35:08 +03:00
|
|
|
|
|
|
|
groups:
|
|
|
|
code-review:
|
2019-01-21 15:19:19 +03:00
|
|
|
required: 1
|
2017-02-13 11:03:31 +03:00
|
|
|
reject_value: -99
|
2017-01-29 21:35:08 +03:00
|
|
|
users:
|
|
|
|
- AndyScherzinger
|
|
|
|
- tobiasKaminsky
|
|
|
|
- mario
|
2018-05-09 13:10:54 +03:00
|
|
|
- przybylski
|
2019-01-21 15:19:19 +03:00
|
|
|
- ardevd
|
2017-01-29 21:35:08 +03:00
|
|
|
|
|
|
|
design-review:
|
|
|
|
conditions:
|
|
|
|
labels:
|
|
|
|
- design
|
|
|
|
reset_on_push:
|
|
|
|
enabled: false
|
|
|
|
required: 1
|
2017-02-13 11:03:31 +03:00
|
|
|
reject_value: -99
|
2017-01-29 21:35:08 +03:00
|
|
|
users:
|
2019-01-21 15:19:19 +03:00
|
|
|
- jancborchardt
|
2017-01-29 22:26:56 +03:00
|
|
|
- eppfel
|