Skip to content

Bump ws from 7.5.9 to 7.5.10 #234

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #234

Workflow file for this run

name: Quality & Deploy
on:
pull_request:
branches: master
jobs:
runTestsAgainstPreview:
uses: ./.github/workflows/uiTesting.yml
automerge:
runs-on: ubuntu-latest
needs: [runTestsAgainstPreview]
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
if: ${{ github.ref != 'refs/heads/master' }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_RETRIES: 10
MERGE_RETRY_SLEEP: 10000