Skip to content

build(deps): bump actions/deploy-pages from 3.0.1 to 4.0.2 #634

build(deps): bump actions/deploy-pages from 3.0.1 to 4.0.2

build(deps): bump actions/deploy-pages from 3.0.1 to 4.0.2 #634

Workflow file for this run

name: Cherry pick
on:
pull_request:
branches:
- main
types: ["closed"]
jobs:
cherry_pick_release_v0_6:
runs-on: ubuntu-22.04
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.6
uses: carloscastrojumo/[email protected]
with:
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.6
# put release manager here
reviewers: |
arkodg