From b4be5feaa6650bbbe122243e0a3135248217fc77 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 22 Feb 2026 08:57:06 -0600 Subject: [PATCH] ci: Fix auto-labeling workflow for forks --- .github/workflows/auto-label.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 7203d7ef..bae5e76f 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -1,8 +1,8 @@ name: ✨ Auto-label PR on: - pull_request: - types: [opened, synchronize] + pull_request_target: + types: [opened, synchronized, reopened] jobs: update-pr: