From 1a47e01e58fff8b123f5c591a6a12c7b364af5b3 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 23 Jun 2025 17:44:05 +0530 Subject: [PATCH] Fix Discord workflow: remove invalid is_remote parameter - Remove undefined 'is_remote' parameter causing workflow failure - Ensure Discord notifications work for PR events - Fixes workflow startup failure on pull request events --- .github/workflows/discord_notify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/discord_notify.yml b/.github/workflows/discord_notify.yml index a4b8c9137..cd5f97a08 100644 --- a/.github/workflows/discord_notify.yml +++ b/.github/workflows/discord_notify.yml @@ -9,7 +9,6 @@ jobs: uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main with: actor: ${{ github.event.pull_request.user.login }} - is_remote: true notify: if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}