Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasonw committed Nov 25, 2023
1 parent c1b17bd commit a2421d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions issues_with_missing_labels_over_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
print("Number of issues:", len(issues))

for issue in issues:
print(issue["labels"])
issue["labels"] = ", ".join([label["name"] for label in issue["labels"]])

with open("issues.json", "w") as f:
Expand Down

0 comments on commit a2421d2

Please sign in to comment.