Skip to content

build(dev-deps): bump eslint from 8.43.0 to 9.14.0 #4962

build(dev-deps): bump eslint from 8.43.0 to 9.14.0

build(dev-deps): bump eslint from 8.43.0 to 9.14.0 #4962

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_PAT }}
MERGE_LABELS: ''
MERGE_METHOD: rebase
UPDATE_RETRIES: '120'
UPDATE_RETRY_SLEEP: '10000'