You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/survey-on-merged-pr.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Survey on Merged PR by Non-Member
2
2
3
3
on:
4
-
pull_request:
4
+
pull_request_target:
5
5
types: [closed]
6
6
7
7
env:
@@ -35,6 +35,6 @@ jobs:
35
35
- name: Add comment to PR if author is not a member
36
36
if: env.MEMBER_FOUND == 'false'
37
37
run: |
38
-
gh pr comment ${PR_NUM} --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey: ${SURVEY_URL}"
38
+
gh pr comment ${PR_NUM} --repo open-telemetry/opentelemetry.io --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey: ${SURVEY_URL}"
0 commit comments