Skip to content

Commit 65c36fc

Browse files
Update mergify.yml (ros-navigation#4478)
Signed-off-by: Steve Macenski <[email protected]>
1 parent 7a6ee97 commit 65c36fc

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.github/mergify.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
pull_request_rules:
2+
- name: backport to jazzy at reviewers discretion
3+
conditions:
4+
- base=main
5+
- "label=backport-jazzy"
6+
actions:
7+
backport:
8+
branches:
9+
- jazzy
10+
211
- name: backport to iron at reviewers discretion
312
conditions:
413
- base=main
@@ -17,24 +26,6 @@ pull_request_rules:
1726
branches:
1827
- humble
1928

20-
- name: backport to galactic at reviewers discretion
21-
conditions:
22-
- base=main
23-
- "label=backport-galactic"
24-
actions:
25-
backport:
26-
branches:
27-
- galactic
28-
29-
- name: backport to foxy at reviewers discretion
30-
conditions:
31-
- base=main
32-
- "label=backport-foxy"
33-
actions:
34-
backport:
35-
branches:
36-
- foxy-devel
37-
3829
- name: delete head branch after merge
3930
conditions:
4031
- merged

0 commit comments

Comments
 (0)