Skip to content

Bump braces from 3.0.2 to 3.0.3 #235

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #235

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