Skip to content

Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 #255

Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24

Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 #255

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}}