Skip to content

Commit d5a3905

Browse files
authored
Reset survey-on-merged-pr on to pull_request
if `pull_request_target` is used it seems that the `gh comment` is looking for the PR in the fork that's why this is breaking
1 parent 03e1b95 commit d5a3905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/survey-on-merged-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Survey on Merged PR by Non-Member
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [closed]
66

77
env:

0 commit comments

Comments
 (0)