]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Comment out discord CL (#24734)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Tue, 30 Jan 2024 12:35:08 +0000 (23:35 +1100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 12:35:08 +0000 (23:35 +1100)
Until publish runs work.

Tools/actions_changelogs_since_last_run.py

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