Skip to content

Commit 7fba349

Browse files
authored
Merge pull request opencontainers#38 from Mashimiao/pullapprove-fix
small fix based on pullapprove document
2 parents 2832101 + 84f4400 commit 7fba349

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pullapprove.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ 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:
1014
enabled: true
11-
approve_regex: ^LGTM
12-
reject_regex: ^Rejected
15+
approve_regex: '^LGTM'
16+
reject_regex: '^Rejected'
1317
reset_on_push:
1418
enabled: true
1519
author_approval:
1620
ignored: true
17-
always_pending:
18-
title_regex: ^WIP
19-
explanation: 'Work in progress...'
2021
conditions:
2122
branches:
2223
- master

0 commit comments

Comments
 (0)