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 cc1ce70 commit 8003537Copy full SHA for 8003537
.github/workflows/dependabot-automerge.yml
@@ -21,6 +21,4 @@ jobs:
21
env:
22
PR_URL: ${{ github.event.pull_request.html_url }}
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
- run: |
25
- gh pr review --approve "$PR_URL"
26
- gh pr merge --auto --squash "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
0 commit comments