Skip to content

Update dependency @types/redux-logger to v3.0.10 (#3030) #1583

Update dependency @types/redux-logger to v3.0.10 (#3030)

Update dependency @types/redux-logger to v3.0.10 (#3030) #1583

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