Skip to content

Commit

Permalink
actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Nov 17, 2023
1 parent 02348d5 commit 81c3bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
- name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 81c3bc2

Please sign in to comment.