Comment out discord CL (#24734)

Until publish runs work.
This commit is contained in:
metalgearsloth
2024-01-30 23:35:08 +11:00
committed by GitHub
parent c26687620b
commit 117399d914

View File

@@ -129,6 +129,9 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None:
if not DISCORD_WEBHOOK_URL:
print(f"No discord webhook URL found, skipping discord send")
return
# Temporary until github publishing working to avoid spamming cl
return
message_content = io.StringIO()
# We need to manually split messages to avoid discord's character limit