Skip to content

Commit

Permalink
moving to use pull_request_target for prt_label.yml GHA (#14467)
Browse files Browse the repository at this point in the history
moving to use pull_request_target for prt_labels.yml GHA
  • Loading branch information
omkarkhatavkar authored Mar 21, 2024
1 parent 720bfc4 commit 59164b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prt_labels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Remove the PRT label, for the new commit

on:
pull_request:
pull_request_target:
types: ["synchronize"]

jobs:
Expand Down

0 comments on commit 59164b5

Please sign in to comment.