Skip to content

Bump @next/eslint-plugin-next from 15.1.6 to 15.1.7 #2357

Bump @next/eslint-plugin-next from 15.1.6 to 15.1.7

Bump @next/eslint-plugin-next from 15.1.6 to 15.1.7 #2357

Workflow file for this run

name: Dependabot auto-merge
on: pull_request_target
jobs:
dependabot:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}