Skip to content

build(deps): bump github.com/chromedp/chromedp from 0.14.2 to 0.15.1 #40

build(deps): bump github.com/chromedp/chromedp from 0.14.2 to 0.15.1

build(deps): bump github.com/chromedp/chromedp from 0.14.2 to 0.15.1 #40

Workflow file for this run

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