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 6d288c4 commit 66f41dbCopy full SHA for 66f41db
.github/workflows/merge.yml
@@ -17,7 +17,8 @@ jobs:
17
with:
18
github-token: "${{ secrets.GITHUB_TOKEN }}"
19
20
- - name: Enable Auto-Merge for Dependabot PRs
+ - name: Dependabot Auto-Merge PRs
21
+ if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
22
run: gh pr merge --auto --merge "$PR_URL"
23
env:
24
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments