From 912e9a87b7dfb7a87cf2c9f5d71337b54300fc60 Mon Sep 17 00:00:00 2001 From: fanng Date: Fri, 3 Jan 2025 19:30:21 +0800 Subject: [PATCH] remove 0.5 0.6 --- .github/workflows/auto-cherry-pick.yml | 37 -------------------------- 1 file changed, 37 deletions(-) diff --git a/.github/workflows/auto-cherry-pick.yml b/.github/workflows/auto-cherry-pick.yml index ef67e34163d..e6b645571e0 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -7,43 +7,6 @@ on: types: ["closed"] jobs: - cherry_pick_branch_0_5: - runs-on: ubuntu-latest - name: Cherry pick into branch_0.5 - if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.5') && github.event.pull_request.merged == true }} - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Cherry pick into branch-0.5 - uses: carloscastrojumo/github-cherry-pick-action@v1.0.9 - with: - branch: branch-0.5 - labels: | - cherry-pick - reviewers: | - jerryshao - - cherry_pick_branch_0_6: - runs-on: ubuntu-latest - name: Cherry pick into branch_0.6 - if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.6') && github.event.pull_request.merged == true }} - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Cherry pick into branch-0.6 - uses: carloscastrojumo/github-cherry-pick-action@v1.0.9 - with: - branch: branch-0.6 - labels: | - cherry-pick - reviewers: | - jerryshao - - cherry_pick_branch_0_7: runs-on: ubuntu-latest name: Cherry pick into branch_0.7