forked from crate/crate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
42 lines (42 loc) · 971 Bytes
/
.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
39
40
41
42
---
pull_request_rules:
- actions:
merge:
method: rebase
rebase_fallback: null
strict: true
conditions:
- label=ready-to-merge
- '#approved-reviews-by>=1'
- status-success=ci/jenkins/pr_tests
- status-success~=^Test CrateDB SQL on ubuntu
- status-success~=^Test CrateDB SQL on windows
- status-success=docs/readthedocs.org:crate
name: default
- actions:
backport:
ignore_conflicts: true
branches:
- '4.5'
conditions:
- label=ready-to-merge
- label=v/4.5
name: backport 4.5
- actions:
backport:
ignore_conflicts: true
branches:
- '4.4'
conditions:
- label=ready-to-merge
- label=v/4.4
name: backport 4.4
- actions:
backport:
ignore_conflicts: true
branches:
- '3.3'
conditions:
- label=ready-to-merge
- label=v/3.3
name: backport 3.3