Skip to content

Commit

Permalink
ci(gh actions): auto-merge wf to use PAT and rebase method
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic authored Nov 22, 2023
1 parent d79f6f3 commit f5c6c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Enable auto-merge for Dependabot PRs
# (fixes, features but not major upgrades!)
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto -d -r "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.RTLDEV_MW_CI_TOKEN}}

0 comments on commit f5c6c06

Please sign in to comment.