Skip to content

Commit

Permalink
Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 authored Nov 13, 2024
1 parent d40df16 commit b9bb2d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Dependabot Auto-Merge PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit b9bb2d8

Please sign in to comment.