From 68da9e3c5b60ecce1e95abc5f8158d1985a0f663 Mon Sep 17 00:00:00 2001 From: Nicolas Carenton Date: Mon, 2 Mar 2026 12:36:09 +0100 Subject: [PATCH] [tool] chore(tooling): fix add to project workflow (#185) --- .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 d33bd162..70453b87 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