Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 #2087

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 #2087

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"