Skip to content

chore(deps-dev): bump @stylistic/eslint-plugin from 1.6.1 to 1.6.2 #15

chore(deps-dev): bump @stylistic/eslint-plugin from 1.6.1 to 1.6.2

chore(deps-dev): bump @stylistic/eslint-plugin from 1.6.1 to 1.6.2 #15

Workflow file for this run

name: Dependabot Automerge
on: [pull_request]
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.6.0
- name: Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}