We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4fe96 commit 45cc3c3Copy full SHA for 45cc3c3
.github/workflows/dependabot-merge.yml
@@ -16,8 +16,7 @@ jobs:
16
with:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Enable auto-merge for Dependabot PRs
19
- if: contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'
20
run: gh pr merge --auto --merge "$PR_URL"
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
- GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments