Skip to content

Commit

Permalink
chore(root): Merge cloud release with squash, not rebase
Browse files Browse the repository at this point in the history
Teach the daily release Github action to conform to the new repo rules
  • Loading branch information
SokratisVidros committed Jun 13, 2024
1 parent 0aa1459 commit dc380f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-cloud-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: enable-pr-automerge
if: ${{ steps.create-pr.outputs.pr_url != '' }}
run: |
gh pr merge --auto -r ${{steps.create-pr.outputs.pr_url}}
gh pr merge --auto -s ${{steps.create-pr.outputs.pr_url}}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit dc380f1

Please sign in to comment.