From 1a284b4b406ce59e053391d4f0c28e0cc79621f1 Mon Sep 17 00:00:00 2001 From: Valtos Date: Sun, 24 Mar 2024 15:03:24 +0300 Subject: [PATCH] nuck figgers --- Tools/actions_changelogs_since_last_run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 6521b6946d..9447baf663 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -130,6 +130,9 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None: 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 # With that being said this isn't entirely robust