From 52e9ae6ea97460eb64dc93bc6ccc1eaa3ef6a50f Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 28 Feb 2025 11:19:35 -0500 Subject: [PATCH] [ci] Run notify workflow on open or ready for review Ports over the fix in the facebook/react repo for this workflow. We don't have to wait for it to be labeled first, now that we have the reusable maintainer check. --- .github/workflows/discord_notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord_notify.yml b/.github/workflows/discord_notify.yml index 9d83081cca2..a4b8c9137bd 100644 --- a/.github/workflows/discord_notify.yml +++ b/.github/workflows/discord_notify.yml @@ -2,7 +2,7 @@ name: Discord Notify on: pull_request_target: - types: [labeled] + types: [opened, ready_for_review] jobs: check_maintainer: