Skip to content

Bump cypress from 9.3.1 to 13.16.0 #3376

Bump cypress from 9.3.1 to 13.16.0

Bump cypress from 9.3.1 to 13.16.0 #3376

Workflow file for this run

name: PR Check - Labeler
on: [pull_request_target]
jobs:
add-label:
name: Add patch label to pull request
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}