Skip to content

Commit f38913e

Browse files
authored
Add Iron to the list of distributions. (ros2#3485)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent a41b1fa commit f38913e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.mergify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pull_request_rules:
66
actions:
77
backport:
88
branches:
9+
- iron
910
- humble
1011
- foxy
1112

@@ -16,9 +17,19 @@ pull_request_rules:
1617
actions:
1718
backport:
1819
branches:
20+
- iron
1921
- humble
2022
- foxy
2123

24+
- name: backport to iron at reviewers discretion
25+
conditions:
26+
- base=rolling
27+
- "label=backport-iron"
28+
actions:
29+
backport:
30+
branches:
31+
- iron
32+
2233
- name: backport to humble at reviewers discretion
2334
conditions:
2435
- base=rolling

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
# smv_tag_whitelist = None
124124

125-
smv_branch_whitelist = r'^(rolling|humble|galactic|foxy|eloquent|dashing|crystal)$'
125+
smv_branch_whitelist = r'^(rolling|iron|humble|galactic|foxy|eloquent|dashing|crystal)$'
126126

127127

128128
smv_released_pattern = r'^refs/(heads|remotes/[^/]+)/(humble|galactic|foxy|eloquent|dashing|crystal).*$'
@@ -137,6 +137,7 @@
137137
'foxy': 'Foxy Fitzroy',
138138
'galactic': 'Galactic Geochelone',
139139
'humble': 'Humble Hawksbill',
140+
'iron': 'Iron Irwini',
140141
'rolling': 'Rolling Ridley',
141142
}
142143

0 commit comments

Comments
 (0)