Skip to content

fix: bump wrangler from 4.106.0 to 4.108.0 #1

fix: bump wrangler from 4.106.0 to 4.108.0

fix: bump wrangler from 4.106.0 to 4.108.0 #1

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}