]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CI: Update outdated references to Python version and GH issues (#132394)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 11 Apr 2025 14:46:33 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 14:46:33 +0000 (14:46 +0000)
.azure-pipelines/ci.yml
.github/PULL_REQUEST_TEMPLATE.md

index 7490dd947e1504ea6f34adbb061d94e68b1ec4a4..9b3415fd2b5861daf2e363a84c366d65a02ec595 100644 (file)
@@ -1,4 +1,4 @@
-trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
+trigger: ['main', '3.*']
 
 jobs:
 - job: Prebuild
index 4cc2f461dbe2f21b43af7a430b34d786fc759d56..03ea959ca14e282c6f7683f46520a139049e9409 100644 (file)
@@ -7,10 +7,10 @@ Please read this comment in its entirety. It's quite important.
 It should be in the following format:
 
 ```
-gh-NNNNN: Summary of the changes made
+gh-NNNNNN: Summary of the changes made
 ```
 
-Where: gh-NNNNN refers to the GitHub issue number.
+Where: gh-NNNNNN refers to the GitHub issue number.
 
 Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
 
@@ -20,11 +20,11 @@ If this is a backport PR (PR made against branches other than `main`),
 please ensure that the PR title is in the following format:
 
 ```
-[X.Y] <title from the original PR> (GH-NNNN)
+[X.Y] <title from the original PR> (GH-NNNNNN)
 ```
 
-Where: [X.Y] is the branch name, e.g. [3.6].
+Where: [X.Y] is the branch name, for example: [3.13].
 
-GH-NNNN refers to the PR number from `main`.
+GH-NNNNNN refers to the PR number from `main`.
 
 -->