Skip to content

Commit

Permalink
remove 0.5 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jan 3, 2025
1 parent ae036c7 commit 912e9a8
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/auto-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
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
Expand Down

0 comments on commit 912e9a8

Please sign in to comment.