Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/weaviate-client-4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 authored Feb 7, 2024
2 parents 716cd88 + 26b5cea commit 9d7e900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: contains(steps.metadata.outputs.dependency-names, 'my-dependency') && 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 9d7e900

Please sign in to comment.