summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Grönke <stefan@gronke.org>2017-09-25 18:58:10 +0200
committerPaul Moore <p.f.moore@gmail.com>2017-09-25 17:58:10 +0100
commitf1502d097c29b266a5748312ee2451a2d6ac0af6 (patch)
treeb799565b97317d802a3e828f3341482ee2d8351c /.github
parent8110dbd470f3daa4de58dda66d360e3c26d3b94f (diff)
downloadcpython-git-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.gz
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 28ca17e7e9..67c03a807d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -35,7 +35,7 @@ Python/bootstrap_hash.c @python/crypto-team
# Windows
/PC/ @python/windows-team
-/PCBuild/ @python/windows-team
+/PCbuild/ @python/windows-team
# Windows installer packages
/Tools/msi/ @python/windows-team
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 98b32c977d..b052b28f8a 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -28,7 +28,7 @@ only_commits:
- Modules/
- Objects/
- PC/
- - PCBuild/
+ - PCbuild/
- Parser/
- Programs/
- Python/