diff --git a/.github/workflows/discord_notify.yml b/.github/workflows/discord_notify.yml index 7cee145b..8707bba2 100644 --- a/.github/workflows/discord_notify.yml +++ b/.github/workflows/discord_notify.yml @@ -1,11 +1,9 @@ name: Discord Notify on: - pull_request: + pull_request_target: types: [opened, ready_for_review] -permissions: {} - jobs: check_maintainer: uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main