mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-23 10:42:30 +09: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.