Skip to content

Bump @babel/traverse from 7.21.2 to 7.23.2 (#3041) #1586

Bump @babel/traverse from 7.21.2 to 7.23.2 (#3041)

Bump @babel/traverse from 7.21.2 to 7.23.2 (#3041) #1586

Workflow file for this run

name: Auto update open PRs
on:
push:
branches:
- main
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: smartcontractkit/update-pr-branch@master
with:
token: ${{ secrets.AUTOREBASE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: false