Skip to content

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 #11

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4

Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 #11

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}