Skip to content

Commit

Permalink
add auto cherry pick to branch-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jan 3, 2025
1 parent 936d045 commit ae036c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,23 @@ jobs:
reviewers: |
jerryshao
cherry_pick_branch_0_8:
runs-on: ubuntu-latest
name: Cherry pick into branch_0.8
if: ${{ contains(github.event.pull_request.labels.*.name, 'branch-0.8') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cherry pick into branch-0.8
uses: carloscastrojumo/[email protected]
with:
branch: branch-0.8
labels: |
cherry-pick
reviewers: |
jerryshao
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ae036c7

Please sign in to comment.