File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
128128smv_released_pattern = r'^refs/(heads|remotes/[^/]+)/(humble|galactic|foxy|eloquent|dashing|crystal).*$'
137137 'foxy' : 'Foxy Fitzroy' ,
138138 'galactic' : 'Galactic Geochelone' ,
139139 'humble' : 'Humble Hawksbill' ,
140+ 'iron' : 'Iron Irwini' ,
140141 'rolling' : 'Rolling Ridley' ,
141142}
142143
You can’t perform that action at this time.
0 commit comments