diff --git a/.github/workflows/compiler_discord_notify.yml b/.github/workflows/compiler_discord_notify.yml index 7d23facf87..3840e3787b 100644 --- a/.github/workflows/compiler_discord_notify.yml +++ b/.github/workflows/compiler_discord_notify.yml @@ -1,7 +1,7 @@ name: (Compiler) Discord Notify on: - pull_request: + pull_request_target: types: [opened, ready_for_review] paths: - compiler/** diff --git a/.github/workflows/runtime_discord_notify.yml b/.github/workflows/runtime_discord_notify.yml index 2e81e90d37..ad94e28054 100644 --- a/.github/workflows/runtime_discord_notify.yml +++ b/.github/workflows/runtime_discord_notify.yml @@ -1,7 +1,7 @@ name: (Runtime) Discord Notify on: - pull_request: + pull_request_target: types: [opened, ready_for_review] paths-ignore: - compiler/** diff --git a/.github/workflows/shared_label_core_team_prs.yml b/.github/workflows/shared_label_core_team_prs.yml index 78ff4b2b03..2cd9f290e0 100644 --- a/.github/workflows/shared_label_core_team_prs.yml +++ b/.github/workflows/shared_label_core_team_prs.yml @@ -1,7 +1,7 @@ name: (Shared) Label Core Team PRs on: - pull_request: + pull_request_target: permissions: {}