We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbe6e4 commit 48736c8Copy full SHA for 48736c8
.github/workflows/auto-merge.yml
@@ -25,4 +25,6 @@ jobs:
25
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' && !startsWith(steps.dependabot-metadata.outputs.previous-version, '0.') || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' && !startsWith(steps.dependabot-metadata.outputs.previous-version, '0.0.') }}
26
env:
27
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
28
- run: gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"
+ run: |
29
+ gh pr review ${{ github.event.pull_request.html_url }} --approve
30
+ gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"
0 commit comments