forked from greenbone/openvas-scanner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify.yml
84 lines (76 loc) · 1.87 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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:
- openvas-21.04
- name: backport master patches to 20.08 branch
conditions:
- base=master
- label=backport-to-20.08
actions:
backport:
branches:
- openvas-20.08
- name: backport master patches to middleware branch
conditions:
- base=master
- label=backport-to-middleware
actions:
backport:
branches:
- middleware
# backports from upcoming release branch
- name: backport 21.04 patches to master branch
conditions:
- base=openvas-21.04
- label=backport-to-master
actions:
backport:
branches:
- master
- name: backport 21.04 patches to 20.08 branch
conditions:
- base=openvas-21.04
- label=backport-to-20.08
actions:
backport:
branches:
- openvas-20.08
- name: backport 21.04 patches to middleware branch
conditions:
- base=openvas-21.04
- label=backport-to-middleware
actions:
backport:
branches:
- middleware
# backports from current release branch
- name: backport 20.08 patches to master branch
conditions:
- base=openvas-20.08
- label=backport-to-master
actions:
backport:
branches:
- master
- name: backport 20.08 patches to 21.04 branch
conditions:
- base=openvas-20.08
- label=backport-to-21.04
actions:
backport:
branches:
- openvas-21.04
- name: backport 20.08 patches to middleware branch
conditions:
- base=openvas-20.08
- label=backport-to-middleware
actions:
backport:
branches:
- middleware