Skip to content

Commit 7d2a64d

Browse files
authored
Add ROS 2 Jazzy backport mergify rule (#466)
Signed-off-by: Ryan Friedman <[email protected]>
1 parent d119dbc commit 7d2a64d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/.mergify.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
---
22
pull_request_rules:
3+
- name: backport to jazzy at reviewers discretion
4+
conditions:
5+
- base=rolling
6+
- label=backport-jazzy
7+
actions:
8+
backport:
9+
branches:
10+
- jazzy
11+
312
- name: backport to iron at reviewers discretion
413
conditions:
514
- base=rolling

0 commit comments

Comments
 (0)