[Tool] Init branch-3.5 (#57324)
Co-authored-by: huailiu <liuhuaiyuan@starrocks.com>
This commit is contained in:
parent
20bf7348e1
commit
e223275f78
|
|
@ -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
|
||||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue