Skip to content

Sort and add srcset, json to the list of excluded blocks #3

Sort and add srcset, json to the list of excluded blocks

Sort and add srcset, json to the list of excluded blocks #3

Workflow file for this run

on:
pull_request:
branches:
- main
types: ["closed"]
jobs:
cherry-pick-0-3:
runs-on: ubuntu-latest
name: Cherry pick into 0.3
if: ${{ contains(github.event.pull_request.labels.*.name, 'release-0.3') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cherry pick into release-v1.0
uses: carloscastrojumo/[email protected]
with:
branch: 0.3
labels: |
cherry-pick