From d3059c2a370f6c824132db2ac4ec07b81dd0b081 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 31 Dec 2020 10:42:12 +0100 Subject: [PATCH] Use pull_request_target in PR project assignment. Closes #520 --- .github/workflows/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 307153b0..cad9723a 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -7,7 +7,7 @@ on: types: [opened, edited, reopened] issue_comment: types: [created] - pull_request: + pull_request_target: types: [opened, edited, reopened] jobs: