-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement of Persistent Comments in PR Review #451
Conversation
/describe |
PR Analysis(review updated until commit e1d9220)
PR Feedback
How to use
|
/describe |
/review |
Persistent review updated to latest commit e1d9220 |
Enhancement of Persistent Comments in PR Review
PR Type:
Enhancement
PR Description:
This PR introduces several enhancements to the persistent comments feature in PR reviews:
PR Main Files Walkthrough:
files:
pr_agent/algo/pr_processing.py
: Added a check to ensure the filename exists before comparing it with the relevant file.pr_agent/git_providers/bitbucket_provider.py
: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.pr_agent/git_providers/git_provider.py
: Reorganized the methods and added new methods for getting the latest commit URL and comment URL.pr_agent/git_providers/github_provider.py
: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.pr_agent/git_providers/gitlab_provider.py
: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.pr_agent/tools/pr_description.py
: Increased the verbosity level of the AI response and prediction.pr_agent/tools/pr_reviewer.py
: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.docs/REVIEW.md
: Updated the documentation to reflect the changes in the persistent comments feature.Examples