From d8de992de20e9b5d281e0c0282de818e8dd73ffe Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:10:14 +0200 Subject: [PATCH] [3.13] CI: Update outdated references to Python version and GH issues (GH-132394) (#132402) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit CI: Update outdated references to Python version and GH issues (GH-132394) (cherry picked from commit f23052591a60f588c432795f1ac687e709d97386) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> --- .azure-pipelines/ci.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 7490dd947e15..9b3415fd2b58 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -1,4 +1,4 @@ -trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8'] +trigger: ['main', '3.*'] jobs: - job: Prebuild diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4cc2f461dbe2..03ea959ca14e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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]