]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revert "Comment out discord CL" (#24737)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Tue, 30 Jan 2024 12:46:50 +0000 (23:46 +1100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 12:46:50 +0000 (23:46 +1100)
Revert "Comment out discord CL (#24734)"

This reverts commit 117399d91403b6bb17035c2a1624790d90dca529.

Tools/actions_changelogs_since_last_run.py

index 2e89a6f1767ba85376bf2f99ec2d0ddaceeabd8d..0cb27ae741070d6183a21406abf0c760c0f95ea6 100755 (executable)
@@ -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