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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new a91c940504 [GH-2645] Fix GitHub Actions workflow policy violation in 
Pull Request Labeler (#2648)
a91c940504 is described below

commit a91c940504ed96581fb90c58533d516cfdafbd93
Author: Jia Yu <[email protected]>
AuthorDate: Thu Feb 12 02:48:20 2026 -0700

    [GH-2645] Fix GitHub Actions workflow policy violation in Pull Request 
Labeler (#2648)
---
 .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