From cfc32a6bd6a613718a656afee3a46714a3fd8649 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:41:52 +0100 Subject: Run add-to-project on new PRs (#584) Fix the add to project workflow so that it works on PRs from forks, securely --- .github/workflows/add-to-project.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index a51b8cec..51ffbf37 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -4,6 +4,9 @@ on: issues: types: - opened + pull_request_target: + types: + - opened jobs: add-to-project: -- cgit v1.2.3