From c217f6bd36e80745952c50344edfd4693a43eca3 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 1 Oct 2025 16:41:17 -0400 Subject: [PATCH] Disable automation sending release notes to Kit (#39320) These are now being crafted by hand, using the social media content we do each Wednesday. I'm keeping the action around because we may want to use this to automate publishing the hand-crafted emails in the future. Release Notes: - N/A --- .github/workflows/community_release_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community_release_actions.yml b/.github/workflows/community_release_actions.yml index 0f7a73649e9e1180c78a66ddf54055bf66f243f9..4a042a5e06b499b1ca278f152798c171971129ee 100644 --- a/.github/workflows/community_release_actions.yml +++ b/.github/workflows/community_release_actions.yml @@ -39,7 +39,7 @@ jobs: content: ${{ steps.get-content.outputs.string }} send_release_notes_email: - if: github.repository_owner == 'zed-industries' && !github.event.release.prerelease + if: false && github.repository_owner == 'zed-industries' && !github.event.release.prerelease runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4