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