Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 #2214

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 #2214

Workflow file for this run

name: Automerge
on:
pull_request_review:
types:
- submitted
jobs:
automerge:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.MEILCLI_BOT }}
steps:
- run: gh pr merge --merge --auto "$PR_URL"