Skip to content

Commit

Permalink
rebase instead of squash on auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie G-J authored and ryanmoran committed Apr 18, 2022
1 parent fe74309 commit 2247967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-bot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Enable Auto-Merge
if: steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
run: |
gh pr merge ${{ needs.download.outputs.pr-number }} --auto --squash
gh pr merge ${{ needs.download.outputs.pr-number }} --auto --rebase
env:
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

0 comments on commit 2247967

Please sign in to comment.