From 14a4b5a171cd3e72556c22401c7ef5ebb16c59b2 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:46:50 +1100 Subject: [PATCH] Revert "Comment out discord CL" (#24737) Revert "Comment out discord CL (#24734)" This reverts commit 117399d91403b6bb17035c2a1624790d90dca529. --- Tools/actions_changelogs_since_last_run.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 2e89a6f176..0cb27ae741 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -129,9 +129,6 @@ 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