Skip to content

Commit 80a7b61

Browse files
authored
Beautify mergify (#434) (#446)
1 parent cce7d63 commit 80a7b61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/mergify.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ pull_request_rules:
77
backport:
88
branches:
99
- humble
10+
labels:
11+
- humble
12+
title: Backport of {{ title }} (#{{ number }}) to {{ destination_branch }}
1013

1114
- name: backport to galactic at reviewers discretion
1215
conditions:
@@ -16,6 +19,9 @@ pull_request_rules:
1619
backport:
1720
branches:
1821
- galactic
22+
labels:
23+
- galactic
24+
title: Backport of {{ title }} (#{{ number }}) to {{ destination_branch }}
1925

2026
- name: backport to foxy at reviewers discretion
2127
conditions:
@@ -25,6 +31,9 @@ pull_request_rules:
2531
backport:
2632
branches:
2733
- foxy
34+
labels:
35+
- foxy
36+
title: Backport of {{ title }} (#{{ number }}) to {{ destination_branch }}
2837

2938
- name: ask to resolve conflict
3039
conditions:

0 commit comments

Comments
 (0)