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 da3fd87 commit d5d0bf2Copy full SHA for d5d0bf2
.github/workflows/auto-merge-docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
GH_TOKEN: ${{ secrets.AUTO_MERGE }}
26
27
- name: Enable auto-merge
28
- run: gh pr merge "$PR_NUMBER" --squash --auto --delete-branch
+ run: gh pr merge "$PR_NUMBER" --squash --delete-branch
29
env:
30
PR_NUMBER: ${{ github.event.pull_request.number }}
31
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments