mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
[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:
2
.github/workflows/discord_notify.yml
vendored
2
.github/workflows/discord_notify.yml
vendored
@@ -2,7 +2,7 @@ name: Discord Notify
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
types: [opened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
check_maintainer:
|
||||
|
||||
Reference in New Issue
Block a user