Skip to content

Bump cypress from 12.17.1 to 12.17.2 #263

Bump cypress from 12.17.1 to 12.17.2

Bump cypress from 12.17.1 to 12.17.2 #263

Workflow file for this run

name: Dependabot
on: pull_request
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"