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