[Tool] Init branch-3.5 (#57324)

Co-authored-by: huailiu <liuhuaiyuan@starrocks.com>
This commit is contained in:
andyziye 2025-03-27 10:19:49 +08:00 committed by GitHub
parent 20bf7348e1
commit e223275f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ If yes, please specify the type of change:
## Bugfix cherry-pick branch check:
- [ ] I have checked the version labels which the pr will be auto-backported to the target branch
- [ ] 3.5
- [ ] 3.4
- [ ] 3.3
- [ ] 3.2
- [ ] 3.1
- [ ] 3.0

View File

@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
version: ['3.5', '3.4', '3.3', '3.2', '3.1']
env:
PR_NUMBER: ${{ github.event.number }}
steps:
@ -241,4 +241,4 @@ jobs:
if: always() && github.base_ref != 'main' && env.BRANCH_VERSION_LABEL != ''
run: |
rm -rf ./ci-tool && cp -rf /var/lib/ci-tool ./ci-tool && cd ci-tool && git pull >/dev/null
python3 scripts/get_pr_issue.py update_issue ${GITHUB_REPOSITORY} ${PR_NUMBER} ${BRANCH_VERSION_LABEL}
python3 scripts/get_pr_issue.py update_issue ${GITHUB_REPOSITORY} ${PR_NUMBER} ${BRANCH_VERSION_LABEL}

View File

@ -133,7 +133,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
version: ['3.5', '3.4', '3.3', '3.2', '3.1']
steps:
- name: add ${{ matrix.version }} label
if: contains(toJson(github.event.pull_request.body), format('[x] {0}', matrix.version))