This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch fix-remove-pull-request-target in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 8af9d5891cbf3e283cdf6127ea3276dd2c0a9a5f Author: Philipp Zehnder <[email protected]> AuthorDate: Wed Feb 4 15:43:14 2026 +0100 fix: Change trigger to on pull_request --- .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:
