From 1d5e485a3cbdd53b9b34c6ae90c992c2153b6dce Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali <40599381+DawoudSheraz@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:16:10 +0500 Subject: [PATCH] build: re-add auto-add for PRs with a different target (#1189) --- .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 7dadeb6633..0e32d3333f 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