Skip to content

feat(protocol): add solver support to enable fast bridging of erc20 tokens from L2 to L1 #9241

feat(protocol): add solver support to enable fast bridging of erc20 tokens from L2 to L1

feat(protocol): add solver support to enable fast bridging of erc20 tokens from L2 to L1 #9241

name: Auto Approve PR
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches-ignore:
- release-please--branches--**
jobs:
auto-approve:
if: github.event.pull_request.draft == false && github.actor == 'dependabot[bot]'
runs-on: [arc-runner-set]
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4