Update dependabot_auto.yml

This commit is contained in:
Ettore Di Giacinto
2024-04-15 12:29:50 +02:00
committed by GitHub
parent 06552b7777
commit 050d1832dd

View File

@@ -36,7 +36,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
if: ${{ contains(github.event.pull_request.title, 'bump')}}
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}