Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix commit linter on unrebased PRs
The commit linter was checking out the PR HEAD commit instead of merge/rebase commit, causing it to fail for any PRs that were not rebased on our default branch. Removing `ref` should fix the issue. PR-URL: #39121 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
- Loading branch information