Skip to content

Commit e1125e0

Browse files
authored
Merge pull request #2659 from cms-sw/evo-label
added new label evolution which can be added using type comment
2 parents 1bd57f3 + 215fa3c commit e1125e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

forward_ports_map.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,8 @@
140140
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_16_1_X/rootmaster"] = ["IB/CMSSW_16_1_X/rootmodule"]
141141
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_16_1_X/rootmaster"].append("IB/CMSSW_16_1_X/g13r6")
142142
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_16_1_X/tf"] = ["IB/CMSSW_16_1_X/py312"]
143-
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_16_1_X/g14"] = ["IB/CMSSW_16_1_X/el10", "IB/CMSSW_16_1_X/cpp23"]
143+
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_16_1_X/g14"] = [
144+
"IB/CMSSW_16_1_X/el10",
145+
"IB/CMSSW_16_1_X/cpp23",
146+
]
144147
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_16_1_X/el10"] = ["IB/CMSSW_16_1_X/g15"]

githublabels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def get_dpg_pog():
4141
"performance|improvements|performance-improvements",
4242
"mtype",
4343
],
44+
"evolution": [LABEL_COLORS["info"], "evo(?:lution)?", "mtype"],
4445
"ngt": [LABEL_COLORS["performance"], "ngt", "mtype"],
4546
}
4647

0 commit comments

Comments
 (0)