Skip to content

Commit ae0c018

Browse files
authored
Merge pull request #123 from SovereignCloudStack/kr/use-pull-request-target
🌱 use pull_request_target to verify the patch
2 parents 1766f38 + 7b68916 commit ae0c018

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)