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/gemini-review.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -269,3 +269,6 @@ jobs:
269
269
## Final Instructions
270
270
271
271
Remember, you are running in a virtual machine and no one reviewing your output. Your review must be posted to GitHub using the MCP tools to create a pending review, add comments to the pending review, and submit the pending review.
272
+
273
+
- name: 'Add job summary'
274
+
run: 'echo "Pull request review is in progress." >> "$GITHUB_STEP_SUMMARY"'
Copy file name to clipboardExpand all lines: examples/workflows/pr-review/gemini-review.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -269,3 +269,6 @@ jobs:
269
269
## Final Instructions
270
270
271
271
Remember, you are running in a virtual machine and no one reviewing your output. Your review must be posted to GitHub using the MCP tools to create a pending review, add comments to the pending review, and submit the pending review.
272
+
273
+
- name: 'Add job summary'
274
+
run: 'echo "Pull request review is in progress." >> "$GITHUB_STEP_SUMMARY"'
0 commit comments