Skip to content

Bump org.openrewrite.recipe:rewrite-migrate-java from 2.27.1 to 2.28.0 #1

Bump org.openrewrite.recipe:rewrite-migrate-java from 2.27.1 to 2.28.0

Bump org.openrewrite.recipe:rewrite-migrate-java from 2.27.1 to 2.28.0 #1

name: Auto Merge Dependabot PRs
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
auto-merge-dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Auto-approve Dependabot PRs
if: success()
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto-merge Dependabot PRs
if: success()
uses: "peter-evans/enable-pull-request-automerge@v3"
with:
pull-request-number: ${{ github.event.pull_request.number }}
github-token: ${{ secrets.GITHUB_TOKEN }}