Skip to content

Commit

Permalink
[Action] Use pull_request_target (#6803)
Browse files Browse the repository at this point in the history
We should use the pull_request_target option here so that the PR runs
from the pipeline in the target rather than the PR source branch. This
allows the action to run with reduced security implications.
llvm-beanz authored Jul 19, 2024
1 parent 84c0a09 commit 4f46fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-description-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'PR description checker'
on:
pull_request:
pull_request_target:
types:
- opened
- edited

0 comments on commit 4f46fbc

Please sign in to comment.