Skip to content

Commit 1438a51

Browse files
authored
Merge branch 'master' into list-selinux
2 parents 4dd2f1c + cea6619 commit 1438a51

File tree

1 file changed

+44
-12
lines changed

1 file changed

+44
-12
lines changed

.pullapprove.yml

Lines changed: 44 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,45 @@
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-
- tdc-maintainers
11-
- admins
12-
name: default
1+
version: 2
2+
3+
requirements:
4+
signed_off_by:
5+
required: true
6+
7+
group_defaults:
138
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+
image-spec:
26+
teams:
27+
- image-spec-maintainers
28+
image-tools:
29+
teams:
30+
- image-tools-maintainers
31+
go-digest:
32+
teams:
33+
- go-digest-maintainers
34+
runc:
35+
teams:
36+
- runc-maintainers
37+
runtime-spec:
38+
teams:
39+
- runtime-spec-maintainers
40+
runtime-tools:
41+
teams:
42+
- runtime-tools-maintainers
43+
selinux:
44+
teams:
45+
- selinux-maintainers

0 commit comments

Comments
 (0)