File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 3
3
Overview of your issue here.
4
4
5
5
### Your environment
6
- * ROS Distro: [ Dashing|Eloquent| Foxy|Galactic|Rolling]
7
- * OS Version: e.g. Ubuntu 20 .04
6
+ * ROS Distro: [ Foxy|Galactic|Humble |Rolling]
7
+ * OS Version: e.g. Ubuntu 22 .04
8
8
* Source or Binary build?
9
9
* If binary, which release version?
10
10
* If source, which git commit or tag?
Original file line number Diff line number Diff line change 1
1
pull_request_rules :
2
+ - name : backport to humble at reviewers discretion
3
+ conditions :
4
+ - base=main
5
+ - " label=backport-humble"
6
+ actions :
7
+ backport :
8
+ branches :
9
+ - humble
10
+
2
11
- name : backport to galactic at reviewers discretion
3
12
conditions :
4
13
- base=main
Original file line number Diff line number Diff line change 126
126
127
127
# smv_tag_whitelist = None
128
128
129
- smv_branch_whitelist = r"^(main|galactic|foxy)$"
129
+ smv_branch_whitelist = r"^(main|humble| galactic|foxy)$"
130
130
131
- smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic).*$"
131
+ smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble ).*$"
132
132
smv_remote_whitelist = r"^(origin)$"
133
- smv_latest_version = "galactic "
133
+ smv_latest_version = "humble "
134
134
smv_eol_versions = []
135
135
136
136
distro_full_names = {
137
137
"foxy" : "Foxy Fitzroy" ,
138
138
"galactic" : "Galactic Geochelone" ,
139
+ "humble" : "Humble Hawksbill" ,
139
140
"rolling" : "Rolling Ridley" ,
140
141
}
141
142
@@ -409,6 +410,7 @@ def smv_rewrite_configs(app, config):
409
410
if app .config .smv_current_version != "" :
410
411
branch_distro = {
411
412
"main" : "rolling" ,
413
+ "humble" : "humble" ,
412
414
"galactic" : "galactic" ,
413
415
"foxy" : "foxy" ,
414
416
}
You can’t perform that action at this time.
0 commit comments