From 6766d14ca56fc78fa71a96342f7d744496f5f1fb Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Thu, 12 Feb 2026 01:36:05 -0800 Subject: [PATCH] [GH-2645] Fix GitHub Actions workflow policy violation by replacing pull_request_target with pull_request --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d6be9f21f22..33c6eb63ae9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -18,7 +18,7 @@ # https://github.com/actions/labeler name: Pull Request Labeler on: - - pull_request_target # zizmor: ignore[dangerous-triggers] + - pull_request jobs: triage: permissions: