forked from nextcloud/android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pullapprove.yml
49 lines (45 loc) · 994 Bytes
/
.pullapprove.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 2
# General settings to apply
always_pending:
title_regex: '(WIP|wip)'
labels:
- 1. developing
# 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
approve_regex: '^(Approved|:shipit:|:\+1:|LGTM|Merge)'
reject_regex: '^(Rejected|:-1:)'
reset_on_push:
enabled: false
reset_on_reopened:
enabled: true
conditions:
labels:
exclude:
- dependencies
groups:
code-review:
required: 1
reject_value: -99
users:
- AndyScherzinger
- tobiasKaminsky
- mario
- przybylski
- ardevd
design-review:
conditions:
labels:
- design
reset_on_push:
enabled: false
required: 1
reject_value: -99
users:
- jancborchardt
- eppfel