Skip to content

Commit 52bac17

Browse files
committed
.pullapprove.yml: Add an always_pending setting
Docs in http://docs.pullapprove.com/groups/always_pending/ The ^ prefix (anchoring the match to the front of the title) is Aleksa's suggestion [1]. [1]: opencontainers#29 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent f412693 commit 52bac17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pullapprove.yml

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

7+
always_pending:
8+
title_regex: ^WIP
9+
explanation: 'Work in progress...'
10+
711
group_defaults:
812
required: 2
913
approve_by_comment:

0 commit comments

Comments
 (0)