Skip to content

build(deps): bump semver from 6.3.0 to 6.3.1 in /web #2487

build(deps): bump semver from 6.3.0 to 6.3.1 in /web

build(deps): bump semver from 6.3.0 to 6.3.1 in /web #2487

Workflow file for this run

name: Merge Queue
on:
pull_request:
branches:
- main
jobs:
wait-pr-ci:
name: Wait for CI
if: startsWith(github.head_ref, 'mergify/')
runs-on: ubuntu-latest
steps:
- name: Wait PR CI to finish
uses: lewagon/wait-on-check-action@v1.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
running-workflow-name: "Wait PR CI"
# Captures required CI job names, including dynamic matrix jobs
check-regexp: ^Validate PR Title$|^Lint$