Skip to content

chore(deps): bump typescript-eslint from 8.19.0 to 8.22.0 #248

chore(deps): bump typescript-eslint from 8.19.0 to 8.22.0

chore(deps): bump typescript-eslint from 8.19.0 to 8.22.0 #248

Workflow file for this run

name: Dependabot Auto-Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- id: metadata
name: Dependabot Fetch Metadata
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable Auto-Merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}