From 5a163cffa3a337290007c37d934c37ee24f9c733 Mon Sep 17 00:00:00 2001 From: Nicolas Carenton Date: Mon, 2 Mar 2026 12:35:53 +0100 Subject: [PATCH] [tool] chore(tooling): fix add to project workflow (#188) --- .github/workflows/integrations-add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrations-add-to-project.yml b/.github/workflows/integrations-add-to-project.yml index d33bd16..70453b8 100644 --- a/.github/workflows/integrations-add-to-project.yml +++ b/.github/workflows/integrations-add-to-project.yml @@ -5,7 +5,7 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened