From 17c344b8f5fe785b1be7ae7a6e34945e17a118d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 16 Jul 2026 10:15:22 +0200 Subject: [PATCH] :bug: Fix auto-label action failing on PRs from forked repos --- .github/workflows/auto-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 27ae0f37a4..491f422d1f 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -3,7 +3,7 @@ name: Auto Label and Add to Project on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] jobs: