From 3c3eb07f595c80b17ca16ae32fd11d67c754f941 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Thu, 16 Jan 2025 19:09:28 +0500 Subject: [PATCH] build: re-add auto-add for PRs with a different target --- .github/workflows/auto-add-to-project.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index af1f351..0e12752 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -1,9 +1,12 @@ -name: Auto Add Issues to Project +name: Auto Add Issues and Pull Requests to Project on: issues: types: - opened + pull_request_target: + types: + - opened jobs: # https://github.com/actions/add-to-project