Skip to content

build(deps): bump org.openjfx:javafx-controls from 23.0.1 to 25-ea+6 #15

build(deps): bump org.openjfx:javafx-controls from 23.0.1 to 25-ea+6

build(deps): bump org.openjfx:javafx-controls from 23.0.1 to 25-ea+6 #15

name: dependabot-pr-auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot-pr-auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: dependabot-pr-fetch-metadata
uses: dependabot/fetch-metadata@v2
- name: dependabot-pr-approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
- name: dependabot-pr-auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}