Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 8c9a728

Browse files
authored
chore: fix PR greeter workflow to use pull_request_target
1 parent 10105f2 commit 8c9a728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-greeter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: PR Greeter
44

55
on:
6-
pull_request:
6+
pull_request_target:
77
branches: [master]
88
types: [opened]
99

0 commit comments

Comments
 (0)