Skip to content

chore(deps-dev): bump @vitest/eslint-plugin from 1.3.9 to 1.3.12 #42

chore(deps-dev): bump @vitest/eslint-plugin from 1.3.9 to 1.3.12

chore(deps-dev): bump @vitest/eslint-plugin from 1.3.9 to 1.3.12 #42

name: Dependabot auto-merge
on:
pull_request:
types: [opened, reopened]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'jetbrains/ring-ui' && startsWith(github.head_ref, 'dependabot/')
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}