From fe95555f912c6a012613348185d9ac93df465c2f Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Tue, 13 Oct 2020 16:37:47 -0400 Subject: [PATCH] Use pull_request_target (#457) --- .github/workflows/merged-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merged-notification.yml b/.github/workflows/merged-notification.yml index 2251541a639e..8e821a002009 100644 --- a/.github/workflows/merged-notification.yml +++ b/.github/workflows/merged-notification.yml @@ -1,5 +1,5 @@ on: - pull_request: + pull_request_target: types: ['closed'] jobs: