bpo-40548: Fix "Check for source changes (pull_request)" GH Action job by vstinner · Pull Request #21806 · python/cpython · GitHub
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix "Check for source changes (pull_request)" GH Action job
On Git 2.28, "git diff master..." (3 dots) no longer works when
"fetch --depth=1" is used, whereas it works on Git 2.26.

Replace "..." (3 dots) with ".." (2 dots) in the "git diff" command
computing the list of modified files between the base branch and the
PR branch.
  • Loading branch information
vstinner committed Aug 10, 2020
commit 9a4c8ba2afb26375ab5aff3a287bcb2cd519c5cd
10 changes: 9 additions & 1 deletion .github/workflows/build.yml