-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path.mergify.yml
More file actions
40 lines (37 loc) · 987 Bytes
/
Copy path.mergify.yml
File metadata and controls
40 lines (37 loc) · 987 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
pull_request_rules:
- name: backport patches to stable/4.2.x
conditions:
- base=main
- label=backport-to-4.2
actions:
backport:
title: "[4.2.x] {{ title }} (backport #{{ number }})"
branches:
- stable/4.2.x
- name: backport patches to stable/4.3.x
conditions:
- base=main
- label=backport-to-4.3
actions:
backport:
title: "[4.3.x] {{ title }} (backport #{{ number }})"
branches:
- stable/4.3.x
- name: backport patches to stable/4.4.x
conditions:
- base=main
- label=backport-to-4.4
actions:
backport:
title: "[4.4.x] {{ title }} (backport #{{ number }})"
branches:
- stable/4.4.x
- name: backport patches to stable/4.5.x
conditions:
- base=main
- label=backport-to-4.5
actions:
backport:
title: "[4.5.x] {{ title }} (backport #{{ number }})"
branches:
- stable/4.5.x