forked from slick/slick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
38 lines (35 loc) · 1.01 KB
/
.mergify.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
queue_rules:
- name: default
conditions:
- "-draft"
pull_request_rules:
- name: Label Scala Steward and Renovate PRs with 'build'
conditions:
- or:
- "author=scala-steward"
- "author=slick-scala-steward[bot]"
- "author=renovate[bot]"
actions:
label:
add:
- build
- name: Automatic merge on approval
conditions:
- "check-success=Build and Test (8, 2.12.x)"
- "check-success=Build and Test (8, 2.13.x)"
- "check-success=Build and Test (21, 2.12.x)"
- "check-success=Build and Test (21, 2.13.x)"
- "check-success=Build and Test (8, 3.x)"
- "check-success=Build and Test (21, 3.x)"
- "#changes-requested-reviews-by=0"
- or:
- "#approved-reviews-by>=1"
- "author=nafg"
- "author=scala-steward"
- "author=slick-scala-steward[bot]"
- "author=renovate[bot]"
actions:
queue:
name: default
method: merge
update_method: rebase