We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9384a commit c2519a1Copy full SHA for c2519a1
.github/workflows/auto-merge.yml
@@ -21,4 +21,6 @@ jobs:
21
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' }}
22
env:
23
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
24
- run: gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"
+ run: |
25
+ gh pr review ${{ github.event.pull_request.html_url }} --approve"
26
+ gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"
0 commit comments