We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecfac5 commit 8473811Copy full SHA for 8473811
1 file changed
.github/workflows/ci.yml
@@ -57,11 +57,6 @@ jobs:
57
uses: dependabot/fetch-metadata@v2
58
with:
59
github-token: "${{ secrets.GITHUB_TOKEN }}"
60
- - name: Approve Dependabot PR
61
- run: gh pr review --approve "$PR_URL"
62
- env:
63
- PR_URL: ${{ github.event.pull_request.html_url }}
64
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
- name: Enable auto-merge for Dependabot PRs
66
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
67
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR
0 commit comments