Skip to content

build(deps): bump google-github-actions/release-please-action from 3 to 4 #7

build(deps): bump google-github-actions/release-please-action from 3 to 4

build(deps): bump google-github-actions/release-please-action from 3 to 4 #7

Workflow file for this run

name: Merge
on:
pull_request:
permissions:
pull-requests: write
jobs:
merge:
if: |-
github.event.pull_request.user.login == 'dependabot[bot]' ||
github.event.pull_request.user.login == 'pre-commit-ci[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
env:
GH_TOKEN: ${{ github.token }}