Skip to content

Commit

Permalink
Revert "Comment out discord CL" (#24737)
Browse files Browse the repository at this point in the history
Revert "Comment out discord CL (#24734)"

This reverts commit 117399d91403b6bb17035c2a1624790d90dca529.

(cherry picked from commit 14a4b5a171cd3e72556c22401c7ef5ebb16c59b2)
  • Loading branch information
metalgearsloth authored and DebugOk committed Feb 8, 2024
1 parent 48e8154 commit 86d4a03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tools/actions_changelogs_since_last_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86d4a03

Please sign in to comment.