- Notifications
You must be signed in to change notification settings - Fork 126
Create standalone version of Get PR Comments script for use in other repos, with added features. #1742
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
Merged
Merged
Create standalone version of Get PR Comments script for use in other repos, with added features. #1742
Changes from 1 commit
Commits
Show all changes
17 commits Select commit Hold shift + click to select a range
29a3223 Feat: Create standalone get_pr_review_comments script
google-labs-jules[bot] 815d605 Fix: Remove deprecated nested argument group
google-labs-jules[bot] 252b5fa Feat: Auto-detect PR number from current git branch
google-labs-jules[bot] 80c927c Fix: Resolve conflicting --pull_number argument definition
google-labs-jules[bot] 6b069dd Refactor: Refine error reporting for auto-detection failures
google-labs-jules[bot] cb25a7e Refactor: Standardize error reporting for argument failures
google-labs-jules[bot] 1ac8385 Style: Remove extraneous comments
google-labs-jules[bot] 666c3f6 Refactor: Set default logging verbosity to WARNING
google-labs-jules[bot] 5c825a8 Feat: Include top-level PR review summaries in output
google-labs-jules[bot] 5df954d Refine: Exclude empty 'COMMENTED' overall reviews from output
google-labs-jules[bot] b68335c Feat: Enhance 'next command' suggestion with overall review timestamps
google-labs-jules[bot] 438ed8a Feat: Create print_github_reviews.py script and add features
google-labs-jules[bot] 6912996 Fix: Resolve UnboundLocalError and remove absl-py dependency
google-labs-jules[bot] 2876592 Fix: Definitively resolve UnboundLocalError for timestamp tracking
google-labs-jules[bot] 01eaf8a Fix: Ensure 'next command' suggestion considers overall reviews times…
google-labs-jules[bot] 76fa16c Fix: Resolve UnboundLocalError for processed_comments_count
google-labs-jules[bot] d15f11e Style: Final comment cleanup and text refinements
google-labs-jules[bot] 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
Fix: Ensure 'next command' suggestion considers overall reviews times…
…tamps - Corrects the logic for generating the 'next command' suggestion to ensure it appears even if only overall PR reviews (and no line comments) are present. - The script now reliably uses the latest timestamp from either overall review `submitted_at` or line comment `updated_at` fields. - Removed a premature `return` that bypassed the suggestion logic when line comments were empty but overall reviews might have had timestamps. This also includes a pass for final extraneous comment removal.
- Loading branch information
commit 01eaf8a65bf0c1ed9335dc86c2b3d825140f466c
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
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.