From 51488bb4be0f9bc73202742e9dd9178f56ed5b5d Mon Sep 17 00:00:00 2001 From: Poolitzer Date: Sun, 3 Oct 2021 15:38:35 +0200 Subject: [PATCH] Update Notification Workflows (#2695) --- .github/workflows/example_notifier.yml | 2 +- .github/workflows/pre-commit_dependencies_notifier.yml | 2 +- .github/workflows/readme_notifier.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example_notifier.yml b/.github/workflows/example_notifier.yml index 661f63431..a94873f1f 100644 --- a/.github/workflows/example_notifier.yml +++ b/.github/workflows/example_notifier.yml @@ -1,6 +1,6 @@ name: Warning maintainers on: - pull_request: + pull_request_target: paths: examples/** jobs: job: diff --git a/.github/workflows/pre-commit_dependencies_notifier.yml b/.github/workflows/pre-commit_dependencies_notifier.yml index fa159e43e..3ce4bcd16 100644 --- a/.github/workflows/pre-commit_dependencies_notifier.yml +++ b/.github/workflows/pre-commit_dependencies_notifier.yml @@ -1,6 +1,6 @@ name: Warning maintainers on: - pull_request: + pull_request_target: paths: - requirements.txt - requirements-dev.txt diff --git a/.github/workflows/readme_notifier.yml b/.github/workflows/readme_notifier.yml index f0be20e55..d635b7d6b 100644 --- a/.github/workflows/readme_notifier.yml +++ b/.github/workflows/readme_notifier.yml @@ -1,6 +1,6 @@ name: Warning maintainers on: - pull_request: + pull_request_target: paths: - README.rst - README_RAW.rst