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

build(deps-dev): Bump @adobe/css-tools from 4.3.1 to 4.3.2 #1802

build(deps-dev): Bump @adobe/css-tools from 4.3.1 to 4.3.2

build(deps-dev): Bump @adobe/css-tools from 4.3.1 to 4.3.2 #1802

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 }}'