[ci] Run notify workflow on open or ready for review (#7660)

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.
This commit is contained in:
lauren
2025-02-28 11:23:33 -05:00
committed by GitHub
parent 5f09d9f446
commit 6326e7b1b9

View File

@@ -2,7 +2,7 @@ name: Discord Notify
on:
pull_request_target:
types: [labeled]
types: [opened, ready_for_review]
jobs:
check_maintainer: