Skip to content

Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.0.0 #187

Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.0.0

Bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.0.0 #187

Workflow file for this run

name: Dependabot Auto-Merge
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:
jobs:
dependabot-auto-merge:
name: Dependabot Auto-Merge
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
issues: write
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Fetch Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for pull request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge --auto --rebase ${{ github.event.pull_request.html_url }}