Skip to content

Commit

Permalink
update cherry-pick GHA for v0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Jul 26, 2023
1 parent 89d16a6 commit db4b009
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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_4:
cherry_pick_release_v0_5:
runs-on: ubuntu-latest
name: Cherry pick into release-v0.4
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherrypick/release-v0.4') && github.event.pull_request.merged == true }}
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 }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cherry pick into release/v0.4
- name: Cherry pick into release/v0.5
uses: carloscastrojumo/[email protected]
with:
branch: release/v0.4
title: "[release/v0.4] {old_title}"
body: "Cherry picking #{old_pull_request_id} onto release/v0.4"
branch: release/v0.5
title: "[release/v0.5] {old_title}"
body: "Cherry picking #{old_pull_request_id} onto release/v0.5"
labels: |
cherrypick/release-v0.4
cherrypick/release-v0.5
# put release manager here
reviewers: |
AliceProxy
arkodg

0 comments on commit db4b009

Please sign in to comment.