-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pullapprove.yml
More file actions
40 lines (36 loc) · 843 Bytes
/
.pullapprove.yml
File metadata and controls
40 lines (36 loc) · 843 Bytes
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
40
version: 2
group_defaults:
approve_by_comment:
enabled: true
approve_regex: ':\+1:'
reset_on_push:
enabled: false
groups:
pullapprove-admins:
conditions:
- ".pullapprove.yml"
required: 1
teams:
- broadwrite
deploy-staging:
conditions:
branches:
- "staging..."
required: 1
github_reviews:
enabled: true
author_approval:
ignored: true #might not want to require broadies to need an approval to merge into staging (use-case: emergency hot fix)
teams:
- broadwrite
deploy-prod:
conditions:
branches:
- "master..."
required: 1
github_reviews:
enabled: true
author_approval:
ignored: true #see above
teams:
- broadwrite #should be broadsuitable or something else but for now this will suffice...