Skip to content

Commit

Permalink
Update update_discussion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross authored Jul 24, 2024
1 parent ae217e1 commit c6a8f08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/update_discussion.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
print(f"Label added to discussion {discussion_id}.")
else:
print(f"Failed to add label: {response.status_code}, {response.text}")
print(discussion_id)
print(api_url)
print(transferred_label)
else:
print("No discussion link found in the issue body.")

0 comments on commit c6a8f08

Please sign in to comment.