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
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,6 @@ jobs:
34
34
- name: Add comment to PR if author is not a member
35
35
if: env.MEMBER_FOUND == 'false'
36
36
run: |
37
-
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 filling out this survey: ${SURVEY_URL}"
37
+
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 out this survey: ${SURVEY_URL}"
0 commit comments