forked from greenbone/gsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
56 lines (50 loc) · 1.13 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
pull_request_rules:
- name: port master patches to 21.04 branch
conditions:
- base=master
- label=port-to-21.04
actions:
backport:
branches:
- gsa-21.04
- name: port master patches to 20.08 branch
conditions:
- base=master
- label=port-to-20.08
actions:
backport:
branches:
- gsa-20.08
- name: port 21.04 patches to master branch
conditions:
- base=gsa-21.04
- label=port-to-master
actions:
backport:
branches:
- master
- name: port 21.04 patches to 20.08 branch
conditions:
- base=gsa-21.04
- label=port-to-20.08
actions:
backport:
branches:
- gsa-20.08
# backports from current release branch
- name: port 20.08 patches to master branch
conditions:
- base=gsa-20.08
- label=port-to-master
actions:
backport:
branches:
- master
- name: port 20.08 patches to 21.04 branch
conditions:
- base=gsa-20.08
- label=port-to-21.04
actions:
backport:
branches:
- gsa-21.04