Skip to content

Bump org.jmailen.kotlinter from 4.3.0 to 4.5.0 #99

Bump org.jmailen.kotlinter from 4.3.0 to 4.5.0

Bump org.jmailen.kotlinter from 4.3.0 to 4.5.0 #99

name: Auto merge dependabot
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
auto-merge-dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Approve a 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
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}