Skip to content

Commit c84f02d

Browse files
ci(gh actions): auto-merge wf to use PAT and rebase method
1 parent f43e893 commit c84f02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge-dependabot-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Enable auto-merge for Dependabot PRs
3030
# (fixes, features but not major upgrades!)
3131
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"
32+
run: gh pr merge --auto -d -r "$PR_URL"
3333
env:
3434
PR_URL: ${{github.event.pull_request.html_url}}
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.RTLDEV_MW_CI_TOKEN }}

0 commit comments

Comments
 (0)