MQL5-Google-Onedrive/.jules
google-labs-jules[bot] daf3051e34 Optimize PR review script for shallow clones
- Update `scripts/review_pull_requests.py` to compare against `origin/main` instead of local `main`. This ensures accurate identification of unmerged branches in CI/CD environments and shallow clones.
- Ensure `get_all_branch_details` returns a structure fully compatible with `get_branch_info` (added `commits: []`), preventing potential KeyErrors.
- This change enables the script to correctly process 150+ branches in <0.5s by leveraging `git for-each-ref` (O(1) git call) instead of falling back to per-branch `git log` (O(N) git calls).
2026-02-07 05:13:23 +00:00
..
bolt.md Optimize PR review script for shallow clones 2026-02-07 05:13:23 +00:00
deploy.yml Merge feature branch, cleanup dependencies, and sanitize credentials 2026-01-28 10:24:13 +00:00