We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad68cd commit 1776e85Copy full SHA for 1776e85
.pullapprove.yml
@@ -11,19 +11,20 @@ groups:
11
- master
12
- devel
13
- caffeinate-opencoarrays
14
- files:
15
- exclude:
16
- - "*.md"
17
- users:
18
- - afanfa
19
- - rouson
20
- - zbeekman
+ teams:
+ - team-opencoarrays
21
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
22
OpenCoarrays:
23
# Whenever someone has a PR, on any branch require at least 1
24
# collaborator to explicitly review it
25
required: 1
26
users: all
+ conditions:
+ branches:
+ exclude:
+ - master
+ - devel
27
+ - caffeinate-opencoarrays
28
ConfigManagers:
29
30
conditions:
0 commit comments