feat(protocol): add solver support for l2 to l1 eth bridging #10324
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |