Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

chore: Bump version to 11.0.5 w/ changelog #1735

chore: Bump version to 11.0.5 w/ changelog

chore: Bump version to 11.0.5 w/ changelog #1735

Workflow file for this run

name: 'Cherry picker'
on:
pull_request:
types: [closed]
jobs:
cherry_picker:
runs-on: ubuntu-latest
steps:
- name: Checkout
if:
github.event_name == 'pull_request' && github.event.action == 'closed'
&& github.event.pull_request.merged == true
uses: actions/checkout@v1
with:
ref: master
- uses: ./tools/cherry-picker/
if:
github.event_name == 'pull_request' && github.event.action == 'closed'
&& github.event.pull_request.merged == true
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'