Skip to content

Commit

Permalink
ci: update cherry-pick v0.6.0 (#2334)
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo authored Dec 21, 2023
1 parent d7d411c commit 056357f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cherrypick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ on:
types: ["closed"]

jobs:
cherry_pick_release_v0_5:
cherry_pick_release_v0_6:
runs-on: ubuntu-22.04
name: Cherry pick into release-v0.5
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherrypick/release-v0.5') && github.event.pull_request.merged == true }}
name: Cherry pick into release-v0.6
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherrypick/release-v0.6') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cherry pick into release/v0.5
- name: Cherry pick into release/v0.6
uses: carloscastrojumo/[email protected]
with:
branch: release/v0.5
title: "[release/v0.5] {old_title}"
body: "Cherry picking #{old_pull_request_id} onto release/v0.5"
branch: release/v0.6
title: "[release/v0.6] {old_title}"
body: "Cherry picking #{old_pull_request_id} onto release/v0.6"
labels: |
cherrypick/release-v0.5
cherrypick/release-v0.6
# put release manager here
reviewers: |
arkodg

0 comments on commit 056357f

Please sign in to comment.