-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy path.pullapprove.yml
39 lines (39 loc) · 955 Bytes
/
.pullapprove.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
version: 2
extends: Default # see https://pullapprove.com/sourceryinstitute/
groups:
# These have all the group_defaults
Maintainers:
# When merging non-documentation changes into protected branches,
# require core team approval
required: 1
conditions:
branches:
- master
- devel
- caffeinate-opencoarrays
teams:
- team-opencoarrays
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
OpenCoarrays:
# Whenever someone has a PR, on any branch require at least 1
# collaborator to explicitly review it
required: 1
users: all
conditions:
branches:
exclude:
- master
- devel
- caffeinate-opencoarrays
ConfigManagers:
required: 1
conditions:
files:
- .travis.yml
- .pullapprove.yml
- codecov.yml
- .gitattributes
- "*.enc"
users:
- zbeekman