Skip to content

build(deps-dev): bump eslint from 8.39.0 to 8.47.0 #55

build(deps-dev): bump eslint from 8.39.0 to 8.47.0

build(deps-dev): bump eslint from 8.39.0 to 8.47.0 #55

Workflow file for this run

name: merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}