cpython/.github
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
..
workflows bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) 2020-08-10 10:06:11 -07:00
CODEOWNERS Revert adding @maxking to CODEOWNERS file (GH-13660) 2019-05-30 07:59:01 -07:00
CONTRIBUTING.rst bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) 2018-06-08 10:40:55 -05:00
PULL_REQUEST_TEMPLATE.md bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786) 2018-05-13 17:55:35 -07:00
SECURITY.md Fix a typo in SECURITY.md (GH-13568) 2019-05-27 10:45:24 -07:00
codecov.yml Ignore NEWS snippets in code coverage stats (GH-18194) 2020-01-27 08:27:59 -08:00