cpython/.github
Miss Islington (bot) 2cd58d8bb1
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:09:41 -07:00
..
workflows bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) 2020-08-10 10:09:41 -07:00
codecov.yml Ignore NEWS snippets in code coverage stats (GH-18194) 2020-01-28 02:05:03 +10:00
CODEOWNERS [3.9] Add lysnikolaou to CODEOWNERS for the new parser (GH-21253) 2020-07-01 12:50:04 +03:00
CONTRIBUTING.rst
FUNDING.yml Add sponsorship details for GitHub Sponsor button (GH-14181) 2019-06-17 18:30:56 -07:00
PULL_REQUEST_TEMPLATE.md
SECURITY.md