This repository was archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 391
Review comment context #50
Merged
Merged
Changes from 13 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9c61725
provide additional context
harjotgill f44b40c
test
harjotgill c46b2fa
refactor
harjotgill 37aa9d0
refactor
harjotgill 0b2a2ff
refactor
harjotgill 0c75cb2
refactor
harjotgill 92e97b0
refactor
harjotgill 8f7d615
refactor
harjotgill 1c229db
refactor
harjotgill 0d42154
refactor
harjotgill 8d7dc64
refactor
harjotgill 449786f
refactor
harjotgill 0603df1
refactor
harjotgill 0e2a2e0
refactor
harjotgill 9fbdda6
debug
harjotgill 561b050
debug
harjotgill b0c8153
debug
harjotgill ce90c99
fix
harjotgill 5f979ac
switch off debug
harjotgill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ jobs: | |
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
with: | ||
debug: true | ||
review_comment_lgtm: false | ||
review_comment_lgtm: true | ||
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. 🤖 OpenAI Based on the context and the diff, it seems that the change made is setting the LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 OpenAI
This patch looks good to me. The change made is setting the
review_comment_lgtm
flag totrue
for debugging purposes, which seems reasonable and should not cause any issues.LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will be making it false shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 OpenAI
@harjotgill: Thank you for your comment. It's great to see that you are actively managing the
review_comment_lgtm
flag and ensuring that it is set appropriately. Let us know if there is anything else we can help with.