Skip to content

Commit

Permalink
Merge pull request #1005 from googlefonts/label-update
Browse files Browse the repository at this point in the history
trafficjam: update labels
  • Loading branch information
m4rc1e authored Jul 11, 2024
2 parents ece6da6 + 4036e5b commit 363c2c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lib/gftools/push/trafficjam.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,9 @@ def from_traffic_jam(cls, fp=None):
cat = PushCategory.UPGRADE
elif "I New Font" in labels:
cat = PushCategory.NEW
elif "I Description/Article/Metadata/OFL" in labels:
elif "I Article/Description" in labels:
cat = PushCategory.METADATA
elif "I Metadata/OFL" in labels:
cat = PushCategory.METADATA
elif "I Designer profile" in labels:
cat = PushCategory.DESIGNER_PROFILE
Expand Down

0 comments on commit 363c2c1

Please sign in to comment.