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 3489cc9 commit 865265eCopy full SHA for 865265e
.github/workflows/dependabot-merge.yml
@@ -16,11 +16,13 @@ jobs:
16
with:
17
github-token: "${{ secrets.GITHUB_TOKEN }}"
18
- name: Approve a PR
19
+ if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
20
run: gh pr review --approve "$PR_URL"
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
- name: Enable auto-merge for Dependabot PRs
25
26
run: gh pr merge --auto --merge "$PR_URL"
27
28
0 commit comments