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
- name: Add comment to PR if author is not a member
27
+
if: env.MEMBER_FOUND == 'false'
28
+
run: |
29
+
PR_NUMBER=${{ github.event.pull_request.number }}
30
+
gh pr comment $PR_NUMBER --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by filling out this survey: https://forms.gle/WV58koUBGSG9HBY66"
0 commit comments