From 154df5fdaa77b539608f90445ff7021dbd7d6d99 Mon Sep 17 00:00:00 2001 From: Rosalie Wagner Date: Fri, 27 May 2022 14:58:21 +0200 Subject: [PATCH] Update gftools-gen-push-lists.py Updating labels --- bin/gftools-gen-push-lists.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/gftools-gen-push-lists.py b/bin/gftools-gen-push-lists.py index c1212cb6d..ba1e19a18 100755 --- a/bin/gftools-gen-push-lists.py +++ b/bin/gftools-gen-push-lists.py @@ -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: