Skip to content

Commit 7b68916

Browse files
author
kranurag7
committed
use pull_request_target to verify the patch
this uses pull_request_target to verify the PR, this makes sure that we always run what's there on main. Signed-off-by: kranurag7 <[email protected]>
1 parent 1766f38 commit 7b68916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Verify Pull Request
22
on: # yamllint disable-line rule:truthy
3-
pull_request:
3+
pull_request_target:
44
types: [opened, edited, synchronize, reopened, ready_for_review]
55
# yamllint disable rule:line-length
66
jobs:

0 commit comments

Comments
 (0)