Skip to content

Bump electron-to-chromium from 1.5.56 to 1.5.57 in /example/app in the npm group across 1 directory #1713

Bump electron-to-chromium from 1.5.56 to 1.5.57 in /example/app in the npm group across 1 directory

Bump electron-to-chromium from 1.5.56 to 1.5.57 in /example/app in the npm group across 1 directory #1713

name: enables auto merge
on:
pull_request:
branches:
- main
permissions:
id-token: write
contents: read
jobs:
configure:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Pull request auto merge enabler
if: github.event_name == 'pull_request'
uses: poad/github-pull-request-auto-merge-enable-action@v2
with:
pull_request_number: ${{ github.event.pull_request.number }}
github_token: ${{ secrets.PERSONAL_TOKEN_FOR_GITHUB_ACTIONS }}
repository: ${{ github.event.repository.name }}
owner: ${{ github.repository_owner }}
merge_method: SQUASH