This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 5493516548 fix: Change trigger to on pull_request (#4149)
5493516548 is described below
commit 54935165482db33572347f55ef44da1bb06d7ba2
Author: Philipp Zehnder <[email protected]>
AuthorDate: Wed Feb 4 15:53:17 2026 +0100
fix: Change trigger to on pull_request (#4149)
---
.github/workflows/pr-labeler.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index c5eced5c65..06e6063219 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -16,10 +16,8 @@
name: "Pull Request Labeler"
run-name: Pull request labeler for ${{ github.ref_name }}
-# NOTE: security risk from this action.
-# DO NOT add actions in here which need a checkout of the repo, and
-# DO NOT use any caching in here.
-on: pull_request_target
+on:
+ pull_request:
jobs:
label-pr: