Skip to content

build(dev-deps): bump vite from 6.0.7 to 6.0.11 in /e2e/release/sample in the npm_and_yarn group #5366

build(dev-deps): bump vite from 6.0.7 to 6.0.11 in /e2e/release/sample in the npm_and_yarn group

build(dev-deps): bump vite from 6.0.7 to 6.0.11 in /e2e/release/sample in the npm_and_yarn group #5366

name: Merge Release Pull Request
on:
pull_request:
# That doesn't work for some reason.
# branches:
# - 'ci-release-v[0-9]+.[0-9]+.[0-9]+'
types: [edited, opened, synchronize]
jobs:
merge:
name: Merge Release Pull Request
# We thus use this to bypass above branch match issue:
if: ${{ startsWith(github.head_ref, 'ci-release-v') }}
runs-on: ubuntu-latest
steps:
- name: Merge pull request
uses: pascalgn/[email protected]
# https://github.com/pascalgn/automerge-action#configuration
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
MERGE_LABELS: ''
MERGE_METHOD: rebase
UPDATE_RETRIES: '120'
UPDATE_RETRY_SLEEP: '10000'