Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
this check is useless. we have integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3p3r committed Feb 25, 2022
1 parent f8f7566 commit 4cbca06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-merge.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot 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 4cbca06

Please sign in to comment.