Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use
...
diff in list-changed-projects.sh (#25885)
The base ref passed from GitHub is the tip of the target branch, not the merge-base with the current PR. `git diff base..head` will wind up showing a diff that reverses any changes between the merge-base and the passed base; the behavior we want is `git diff base...head`.
- Loading branch information