We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43e893 commit c84f02dCopy full SHA for c84f02d
.github/workflows/auto-merge-dependabot-pr.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Enable auto-merge for Dependabot PRs
30
# (fixes, features but not major upgrades!)
31
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
32
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto -d -r "$PR_URL"
33
env:
34
PR_URL: ${{github.event.pull_request.html_url}}
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RTLDEV_MW_CI_TOKEN }}
0 commit comments