Skip to content

Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 #136

Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1

Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 #136

name: Dependabot Jira
on:
pull_request_target:
branches:
- 4.6.x
- main
types:
- opened
- reopened
jobs:
jira:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Approve PR for auto-merge
run: gh pr merge --auto --rebase ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}