cpython/.github/workflows
Miss Islington (bot) 09d82609be
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
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.
(cherry picked from commit eaa551702d)

Co-authored-by: Victor Stinner <vstinner@python.org>
2020-08-10 10:06:11 -07:00
..
build.yml bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) 2020-08-10 10:06:11 -07:00
build_msi.yml bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775) 2020-08-07 23:10:32 +01:00
coverage.yml Use v2 of GitHub Actions where available (GH-20232) 2020-05-20 09:59:40 -07:00
doc.yml Use v2 of GitHub Actions where available (GH-20232) 2020-05-20 09:59:40 -07:00
posix-deps-apt.sh bpo-39041: Add GitHub Actions support (GH-17594) 2020-01-06 08:46:55 -08:00