Skip to content

Commit

Permalink
[ci] Run notify workflow on open or ready for review (#7660)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
poteto authored Feb 28, 2025
1 parent 5f09d9f commit 6326e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Discord Notify

on:
pull_request_target:
types: [labeled]
types: [opened, ready_for_review]

jobs:
check_maintainer:
Expand Down

0 comments on commit 6326e7b

Please sign in to comment.