From e32e391ad083c0743b810e72040e99796e1f0685 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 21 Mar 2024 15:04:27 +0530 Subject: [PATCH] moving to use pull_request_target for prt_label.yml GHA (#14467) moving to use pull_request_target for prt_labels.yml GHA (cherry picked from commit 59164b53505ee4955e3a1b2317bf407e896ddf41) --- .github/workflows/prt_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prt_labels.yml b/.github/workflows/prt_labels.yml index 311516fa682..52dd68589b3 100644 --- a/.github/workflows/prt_labels.yml +++ b/.github/workflows/prt_labels.yml @@ -1,7 +1,7 @@ name: Remove the PRT label, for the new commit on: - pull_request: + pull_request_target: types: ["synchronize"] jobs: