Skip to content

Commit ab7c945

Browse files
author
Ma Shimiao
committed
update pullapprove config
update to v2 Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1 parent dfffec9 commit ab7c945

1 file changed

Lines changed: 27 additions & 11 deletions

File tree

.pullapprove.yml

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
approve_by_comment: true
2-
approve_regex: ^LGTM
3-
reject_regex: ^Rejected
4-
reset_on_push: true
5-
author_approval: ignored
6-
signed_off_by:
7-
required: true
8-
reviewers:
9-
teams:
10-
- runtime-tools-maintainers
11-
name: default
1+
version: 2
2+
3+
requirements:
4+
signed_off_by:
5+
required: true
6+
7+
always_pending:
8+
title_regex: '(WIP|wip)'
9+
explanation: 'Work in progress...'
10+
11+
group_defaults:
1212
required: 2
13+
approve_by_comment:
14+
enabled: true
15+
approve_regex: '^LGTM'
16+
reject_regex: '^Rejected'
17+
reset_on_push:
18+
enabled: true
19+
author_approval:
20+
ignored: true
21+
conditions:
22+
branches:
23+
- master
24+
25+
groups:
26+
runtime-tools:
27+
teams:
28+
- runtime-tools-maintainers

0 commit comments

Comments
 (0)