Skip to content

Commit 0e3d793

Browse files
committed
.pullapprove.yml: Switch to v2 and other project-template updates
Pull in changes from [1]. The only changes vs. the upstream version are: * Kept the image-spec-specific approve_regexp. * Removed all the groups except for the image-spec group. [1]: opencontainers/project-template#29 Signed-off-by: W. Trevor King <[email protected]>
1 parent d24a3c9 commit 0e3d793

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

.pullapprove.yml

+26-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1-
approve_by_comment: true
2-
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
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-
- image-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: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
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+
image-spec:
26+
teams:
27+
- image-spec-maintainers

0 commit comments

Comments
 (0)