-
Notifications
You must be signed in to change notification settings - Fork 473
refactor: provide summary to review stage, lower temperature to 0 #5
Changes from all commits
b416f1d
7de5ff8
e62e91f
044b5e8
f1e0f15
c829576
28e0fde
42c2fb4
34a48c7
1398eda
6961706
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,4 +26,4 @@ jobs: | |
| OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
| with: | ||
| debug: true | ||
harjotgill marked this conversation as resolved.
Show resolved
Hide resolved
harjotgill marked this conversation as resolved.
Show resolved
Hide resolved
harjotgill marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| review_comment_lgtm: true | ||
| review_comment_lgtm: false | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT LGTM! This patch sets the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT Patch review for The change made in this patch is to set the This change seems reasonable, as it may be more appropriate to manually post an "LGTM" comment after reviewing the code, rather than having it done automatically. However, it would be good to confirm with the team if this is the desired behavior before merging the pull request. Overall, this patch seems fine to me. LGTM! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT The change in LGTM! |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # ChatGPT based PR reviewer and summarizer | ||
|
|
||
|  | ||
|
|
||
| ## Overview | ||
|
|
||
| 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. | ||
harjotgill marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
@@ -173,7 +175,6 @@ Set `debug: true` in the workflow file to enable debug mode, which will show the | |
|
|
||
| ### Special Thanks | ||
|
|
||
| This GitHub Action is based on | ||
| This GitHub Action is based on | ||
| [ChatGPT Action](https://github.com/unsafecoerce/chatgpt-pr-reviewer) | ||
| by [Tao He](https://github.com/sighingnow). | ||
harjotgill marked this conversation as resolved.
Show resolved
Hide resolved
harjotgill marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT LGTM! The removal of the extra line improves readability. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT LGTM! The removal of the line about special thanks seems fine as it doesn't seem to affect the functionality of the action. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 ChatGPT LGTM! The developer has removed a line that mentions the base of the GitHub Action, which is not necessary. |
||
|
|
||