🐛 Fix auto-label action failing on PRs from forked repos

This commit is contained in:
David Barragán Merino 2026-07-16 10:15:22 +02:00
parent c50ec233ae
commit 17c344b8f5

View File

@ -3,7 +3,7 @@ name: Auto Label and Add to Project
on:
issues:
types: [opened]
pull_request:
pull_request_target:
types: [opened]
jobs: