Skip to content

Commit

Permalink
ci(gh-actions): squash instead of merge in autopilot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanduur-akamai authored Nov 14, 2024
1 parent 69d4358 commit bc57bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autopilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"

0 comments on commit bc57bfd

Please sign in to comment.