Skip to content

Commit

Permalink
Merge pull request #1061 from googlefonts/packager-board
Browse files Browse the repository at this point in the history
packager: do not attempt to add updated prs to trafficjam board
  • Loading branch information
m4rc1e authored Nov 8, 2024
2 parents bb38850 + d0ebb70 commit 0935402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/packager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def pr_family(
open_prs[0]["number"], [l["name"] for l in issue_labels]
)
# add item to traffic board
if TRAFFIC_JAM_ID:
if TRAFFIC_JAM_ID and not open_prs:
log.info(f"Adding project to traffic jam")
google_fonts._run_graphql(
ADD_TO_TRAFFIC_JAM.format(
Expand Down

0 comments on commit 0935402

Please sign in to comment.