From 1034b6d517a2064ea25c8ef771ecdfa60082d964 Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Thu, 16 Feb 2023 15:39:32 +0800 Subject: [PATCH] ci: optimize add-to-project behavior for forks (#1053) --- .github/workflows/add-to-project.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 47003c0cc7..4f50752bcb 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -4,9 +4,10 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened + - reopened jobs: add-to-project: