Files
unity-builder/src/model
frostebite 88941c4022 fix: fetch only specific PR ref instead of all PR refs
The previous implementation fetched ALL PR refs with:
  git fetch origin +refs/pull/*:refs/remotes/origin/pull/*

This is extremely slow for repos with many PRs (700+ PRs in unity-builder).
Now fetches only the specific PR ref needed, e.g., for pull/731/merge:
  git fetch origin +refs/pull/731/merge:... +refs/pull/731/head:...

This should significantly speed up the Cloud Runner integrity tests.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 00:52:04 +00:00
..
2023-03-03 16:25:40 -08:00
2023-03-03 16:25:40 -08:00
2023-03-03 16:25:40 -08:00
2023-03-03 16:25:40 -08:00
2026-01-28 07:19:21 +00:00
2023-03-03 16:25:40 -08:00
2023-03-03 16:25:40 -08:00
2023-11-27 23:24:58 -08:00
2023-11-27 23:24:58 -08:00
2023-03-03 16:25:40 -08:00
2023-03-03 16:25:40 -08:00
2022-04-12 00:43:41 +02:00
2023-03-03 16:25:40 -08:00
2021-03-14 00:44:01 +01:00