Skip to content

WIP: Migrate to IntelliJ Platform Gradle Plugin 2.0 #257

WIP: Migrate to IntelliJ Platform Gradle Plugin 2.0

WIP: Migrate to IntelliJ Platform Gradle Plugin 2.0 #257

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.repository == 'JetBrains/ideavim' }}
steps:
- name: Auto-merge Dependabot PR
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}