Skip to content

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 #267

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 #267

name: Automerge Dependabot
on:
pull_request_target:
branches: [ master ]
jobs:
merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable Automerge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve
uses: hmarr/auto-approve-action@v2.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}