Skip to content

Commit 922b213

Browse files
authored
Need to use pull_request_target to ensure backports workflow runs using the 'target' workflows rather than the workflow in the PR (#2461)
1 parent 227a0ac commit 922b213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backports.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66
cancel-in-progress: true
77

88
on:
9-
pull_request:
9+
pull_request_target:
1010
types:
1111
- labeled
1212
- opened

0 commit comments

Comments
 (0)