mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-08-05 16:58:12 +00:00
revgrep needs pull_request.base.sha in the local clone to compute the diff against new code. With fetch-depth: 2, only HEAD and one parent are fetched, so a stale base SHA (when main moves between PR syncs) is not reachable and revgrep falls through, surfacing pre-existing issues outside the PR scope.