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
CODEOWNERS [3.9] Add lysnikolaou to CODEOWNERS for the new parser (GH-21253) 2020-07-01 12:50:04 +03: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
FUNDING.yml Add sponsorship details for GitHub Sponsor button (GH-14181) 2019-06-17 18:30:56 -07: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-28 02:05:03 +10:00