Skip to content

Commit ec96974

Browse files
Merge pull request #902 from wking/pull-approve-v2
.pullapprove.yml: Switch to v2 and other project-template updates
2 parents 2a67f81 + 13b4639 commit ec96974

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

.pullapprove.yml

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

0 commit comments

Comments
 (0)