Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 7656982

Browse files
authored
Update PullApprove configuration
Signed-off-by: Chris Aniszczyk <[email protected]>
1 parent 0df561d commit 7656982

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

.pullapprove.yml

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

7-
always_pending:
8-
title_regex: '^WIP'
9-
explanation: 'Work in progress...'
10-
117
group_defaults:
128
required: 2
139
approve_by_comment:
1410
enabled: true
15-
approve_regex: '^LGTM'
16-
reject_regex: '^Rejected'
11+
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
12+
reject_regex: ^Rejected
1713
reset_on_push:
1814
enabled: true
1915
author_approval:
2016
ignored: true
17+
always_pending:
18+
title_regex: ^WIP
19+
explanation: 'Work in progress...'
2120
conditions:
2221
branches:
2322
- master
2423

2524
groups:
2625
image-spec:
2726
teams:
28-
- image-spec-maintainers
29-
image-tools:
30-
teams:
31-
- image-tools-maintainers
32-
go-digest:
33-
teams:
34-
- go-digest-maintainers
35-
runc:
36-
teams:
37-
- runc-maintainers
38-
runtime-spec:
39-
teams:
40-
- runtime-spec-maintainers
41-
runtime-tools:
42-
teams:
43-
- runtime-tools-maintainers
44-
selinux:
45-
teams:
46-
- selinux-maintainers
27+
- artifacts-maintainers

0 commit comments

Comments
 (0)