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
Please provide a helpful, accurate response. If the request involves code analysis, focus on the current repository context. If it's a general question, provide clear and actionable guidance.
82
+
83
+
Keep your response concise but thorough, and format it nicely for GitHub comments.
84
+
85
+
# - name: React to original comment
86
+
# run: |
87
+
# # Add a reaction to show the app "saw" the mention
88
+
# if [ "${{ github.event_name }}" = "issue_comment" ] || [ "${{ github.event_name }}" = "pull_request_review_comment" ]; then
89
+
# gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions \
90
+
# --method POST \
91
+
# --field content="+1"
92
+
# elif [ "${{ github.event_name }}" = "pull_request_review" ]; then
0 commit comments