Skip to content

Commit

Permalink
Update auto-merge-dependabot.yml 2
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Jul 19, 2023
1 parent a27ffeb commit 27ecd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: dependabot/fetch-metadata@v1

- name: Enable auto-merge for Dependabot PRs
if: steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
if: ${{ steps.dependabot-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 27ecd15

Please sign in to comment.