Skip to content

Commit a5e7e37

Browse files
committed
.pullapprove.yml: Shift always_pending under group_defaults
The main example has it outside [1], but it's a group setting [1], so we can move it inside for consistency [2]. [1]: http://docs.pullapprove.com/ [2]: http://docs.pullapprove.com/pr-settings/group_defaults/ Signed-off-by: W. Trevor King <[email protected]>
1 parent dfd50da commit a5e7e37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pullapprove.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ requirements:
44
signed_off_by:
55
required: true
66

7-
always_pending:
8-
title_regex: ^WIP
9-
explanation: 'Work in progress...'
10-
117
group_defaults:
128
required: 2
139
approve_by_comment:
@@ -18,6 +14,9 @@ group_defaults:
1814
enabled: true
1915
author_approval:
2016
ignored: true
17+
always_pending:
18+
title_regex: ^WIP
19+
explanation: 'Work in progress...'
2120
conditions:
2221
branches:
2322
- master

0 commit comments

Comments
 (0)