Skip to content

Bump babel-plugin-istanbul from 6.1.1 to 7.0.0 #2331

Bump babel-plugin-istanbul from 6.1.1 to 7.0.0

Bump babel-plugin-istanbul from 6.1.1 to 7.0.0 #2331

Workflow file for this run

name: Auto approve
on:
pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}