File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ pull_request_rules:
7
7
backport :
8
8
branches :
9
9
- humble
10
+ labels :
11
+ - humble
12
+ title : Backport of {{ title }} (#{{ number }}) to {{ destination_branch }}
10
13
11
14
- name : backport to galactic at reviewers discretion
12
15
conditions :
@@ -16,6 +19,9 @@ pull_request_rules:
16
19
backport :
17
20
branches :
18
21
- galactic
22
+ labels :
23
+ - galactic
24
+ title : Backport of {{ title }} (#{{ number }}) to {{ destination_branch }}
19
25
20
26
- name : backport to foxy at reviewers discretion
21
27
conditions :
@@ -25,6 +31,9 @@ pull_request_rules:
25
31
backport :
26
32
branches :
27
33
- foxy
34
+ labels :
35
+ - foxy
36
+ title : Backport of {{ title }} (#{{ number }}) to {{ destination_branch }}
28
37
29
38
- name : ask to resolve conflict
30
39
conditions :
You can’t perform that action at this time.
0 commit comments