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 5abff00 commit 64facb8Copy full SHA for 64facb8
1 file changed
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48
- name: Auto-merge Changesets PR
49
if: steps.changesets.outputs.hasChangesets
50
- run: gh pr --repo "$REPO" merge --auto --squash "$PR_NUM"
+ run: gh pr --repo "$REPO" merge --squash "$PR_NUM"
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
PR_NUM: ${{ steps.changesets.outputs.pullRequestNumber }}
0 commit comments