Skip to content

Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 in the test-dependencies group #284

Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 in the test-dependencies group

Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 in the test-dependencies group #284

name: Automerge Dependabot
on:
pull_request_target:
branches: [ master ]
jobs:
merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable Automerge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve
uses: hmarr/[email protected]