Skip to content

Commit

Permalink
Merge pull request #567 from googlefonts/RosaWagner-pushlists-1
Browse files Browse the repository at this point in the history
Update gftools-gen-push-lists.py
  • Loading branch information
m4rc1e authored May 31, 2022
2 parents 32894fb + 154df5f commit 46c7baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/gftools-gen-push-lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ def main():
elif "I New Font" in labels:
cat = "New"
elif "I Description/Metadata/OFL" in labels:
cat = "Metadata/desc/OFL"
cat = "Metadata / Description / License"
elif "I Designer profile" in labels:
cat = "Designer profile"
elif "I Knowledge" in labels:
cat = "Knowledge"
elif "I Axis Registry" in labels:
cat = "Knowledge"
elif "I Axis Registry" in labels or "I API / Website / Platform" in labels:
cat = "API Stuff"
else:
cat = "Small fix/other"
if "--- to sandbox" in labels:
Expand Down

0 comments on commit 46c7baa

Please sign in to comment.