From 58b6af7ebc41c60109c4e9ba61d971eb89d0a42d Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:49:43 -0700 Subject: [PATCH] Use pull_request_target trigger --- .github/workflows/notify-when-maintainers-cannot-edit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-when-maintainers-cannot-edit.yaml b/.github/workflows/notify-when-maintainers-cannot-edit.yaml index 9ad2328f9b..85edabb89b 100644 --- a/.github/workflows/notify-when-maintainers-cannot-edit.yaml +++ b/.github/workflows/notify-when-maintainers-cannot-edit.yaml @@ -5,7 +5,7 @@ name: Notify When Maintainers Cannot Edit # **Who does it impact**: Open-source. on: - pull_request: + pull_request_target: types: - opened