Skip to content

Commit 3387266

Browse files
committed
Update pullaprove.com configuration
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent dcdf288 commit 3387266

1 file changed

Lines changed: 18 additions & 7 deletions

File tree

.pullapprove.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
version: 2
2+
group_defaults:
3+
reset_on_push:
4+
enabled: true
5+
approve_by_comment:
6+
approve_regex: ^Approved
7+
enabled: true
8+
reject_regex: ^Rejected
9+
author_approval:
10+
auto: true
211
groups:
312
code-review:
4-
approve_by_comment:
5-
approve_regex: ^Approved
6-
enabled: true
7-
reject_regex: ^Rejected
813
required: 1
9-
reset_on_push:
10-
enabled: false
1114
users:
12-
- mattstratton
15+
- mattstratton
16+
17+
pullapprove-admins:
18+
conditions:
19+
files:
20+
- ".pullapprove.yml"
21+
required: 1
22+
users:
23+
- mattstratton

0 commit comments

Comments
 (0)