Skip to content

Commit ab0d8c3

Browse files
committed
avoid duplicate cats
1 parent 95cb734 commit ab0d8c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

report-summary-merged-prs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,8 @@ def get_cmssw_labels():
16201620
for state in LABEL_TYPES:
16211621
label_color = LABEL_TYPES[state]
16221622
for cat in CMSSW_CATEGORIES:
1623+
if cat in cmssw_labels:
1624+
continue
16231625
cmssw_labels["%s-%s" % (cat, state)] = label_color
16241626
for cat in [c for c in COMMON_CATEGORIES if c not in ["code-checks"]]:
16251627
cmssw_labels["%s-%s" % (cat, state)] = label_color

0 commit comments

Comments
 (0)