This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch fix/gh-actions-labeler-pull-request-target
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 6766d14ca56fc78fa71a96342f7d744496f5f1fb
Author: Jia Yu <[email protected]>
AuthorDate: Thu Feb 12 01:36:05 2026 -0800

    [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 d6be9f21f2..33c6eb63ae 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:

Reply via email to