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

build(deps-dev): Bump eslint-plugin-jsdoc from 46.4.4 to 48.0.2 #1806

build(deps-dev): Bump eslint-plugin-jsdoc from 46.4.4 to 48.0.2

build(deps-dev): Bump eslint-plugin-jsdoc from 46.4.4 to 48.0.2 #1806

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