forked from greenbone/gvm-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
57 lines (52 loc) · 1.28 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
57
pull_request_rules:
# backports from master branch
- name: backport master patches to 21.04 branch
conditions:
- base=master
- label=backport-to-21.04
actions:
backport:
branches:
- gvm-libs-21.04
- name: backport master patches to 20.08 branch
conditions:
- base=master
- label=backport-to-20.08
actions:
backport:
branches:
- gvm-libs-20.08
# backports from upcoming release branch
- name: backport 21.04 patches to master branch
conditions:
- base=gvm-libs-21.04
- label=backport-to-master
actions:
backport:
branches:
- master
- name: backport 21.04 patches to 20.08 branch
conditions:
- base=gvm-libs-21.04
- label=backport-to-20.08
actions:
backport:
branches:
- gvm-libs-20.08
# backports from current release branch
- name: backport 20.08 patches to master branch
conditions:
- base=gvm-libs-20.08
- label=backport-to-master
actions:
backport:
branches:
- master
- name: backport 20.08 patches to 21.04 branch
conditions:
- base=gvm-libs-20.08
- label=backport-to-21.04
actions:
backport:
branches:
- gvm-libs-21.04