Skip to content

Bump next from 12.3.1 to 14.2.10 #243

Bump next from 12.3.1 to 14.2.10

Bump next from 12.3.1 to 14.2.10 #243

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