Skip to content

Commit 1776e85

Browse files
committed
Tweak .pullapprove.yml settings
More fine grained control
1 parent 8ad68cd commit 1776e85

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pullapprove.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ groups:
1111
- master
1212
- devel
1313
- caffeinate-opencoarrays
14-
files:
15-
exclude:
16-
- "*.md"
17-
users:
18-
- afanfa
19-
- rouson
20-
- zbeekman
14+
teams:
15+
- team-opencoarrays
2116
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
2217
OpenCoarrays:
2318
# Whenever someone has a PR, on any branch require at least 1
2419
# collaborator to explicitly review it
2520
required: 1
2621
users: all
22+
conditions:
23+
branches:
24+
exclude:
25+
- master
26+
- devel
27+
- caffeinate-opencoarrays
2728
ConfigManagers:
2829
required: 1
2930
conditions:

0 commit comments

Comments
 (0)