diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 9447baf663..6521b6946d 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -130,9 +130,6 @@ 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