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

build(deps-dev): Bump @types/d3-array from 3.0.2 to 3.2.1 #1801

build(deps-dev): Bump @types/d3-array from 3.0.2 to 3.2.1

build(deps-dev): Bump @types/d3-array from 3.0.2 to 3.2.1 #1801

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