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
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
refactor: provide summary to review stage, lower temperature to 0 (#6)
<!-- This is an auto-generated comment: release notes by chatgpt -->
### Summary by ChatGPT
Refactor: This pull request refactors the code to add a "Summary Stage"
before the "Review Stage". The "Summary Stage" summarizes all the files
in the pull request and adds the summary as a comment. The "Review
Stage" is now responsible only for reviewing the code changes.
<!-- end of auto-generated comment: release notes by chatgpt -->
<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/fluxninja/chatgpt-pr-reviewer/6)
<!-- Reviewable:end -->
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# ChatGPT based PR reviewer and summarizer
2
2
3
+

4
+
3
5
## Overview
4
6
5
7
This [ChatGPT](https://platform.openai.com/docs/guides/chat) based GitHub Action provides a summary, release notes and review of pull requests. The prompts have been tuned for concise response. To prevent excessive notifications, this action can be configured to skip adding review comments when the changes look good for the most part.
@@ -173,7 +175,6 @@ Set `debug: true` in the workflow file to enable debug mode, which will show the
0 commit comments