We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cb734 commit ab0d8c3Copy full SHA for ab0d8c3
report-summary-merged-prs.py
@@ -1620,6 +1620,8 @@ def get_cmssw_labels():
1620
for state in LABEL_TYPES:
1621
label_color = LABEL_TYPES[state]
1622
for cat in CMSSW_CATEGORIES:
1623
+ if cat in cmssw_labels:
1624
+ continue
1625
cmssw_labels["%s-%s" % (cat, state)] = label_color
1626
for cat in [c for c in COMMON_CATEGORIES if c not in ["code-checks"]]:
1627
0 commit comments