Skip to content

Commit 1549f41

Browse files
authored
Another fix for survey-on-merged-pr.yml (#5919)
1 parent 292967a commit 1549f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-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:
4+
pull_request_target:
55
types: [closed]
66

77
env:
@@ -17,6 +17,7 @@ jobs:
1717
pull-requests: write
1818
if: github.event.pull_request.merged == true
1919
steps:
20+
- uses: actions/checkout@v4
2021
- name: Check if user is a member of the org
2122
id: check-membership
2223
run: |

0 commit comments

Comments
 (0)