Skip to content

fix(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 in /testapiconnector #37

fix(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 in /testapiconnector

fix(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 in /testapiconnector #37

name: Dependabot auto-merge
on:
pull_request:
types:
- opened
- synchronize
jobs:
tests:
uses: ./.github/workflows/test.yml
secrets: inherit
permissions:
contents: read
dependabot:
if: ${{ github.actor == 'dependabot[bot]' }}
name: Auto-merge Dependabot PR
runs-on: ${{ vars.RTLDEV_MW_CI_OS }}
needs: tests
permissions:
contents: write
pull-requests: write
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto -d -r "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.RTLDEV_MW_CI_TOKEN}}