From e0de1da175a487eac52031021877d49a9a788737 Mon Sep 17 00:00:00 2001 From: Vladislav Doster Date: Fri, 29 Apr 2022 02:19:45 -0500 Subject: [PATCH] fix: trigger for PR labeler GH action workflow Signed-off-by: Vladislav Doster --- .github/workflows/labeler.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 472747582..041c5c520 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -4,9 +4,7 @@ name: Labeler on: - pull_request: - branches: - - main + pull_request_target: # https://securitylab.github.com/research/github-actions-preventing-pwn-requests jobs: label-pull-requests: