mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Changing auto merge command to merge strategy instead of squash
This commit is contained in:
2
.github/workflows/changeset-release.yml
vendored
2
.github/workflows/changeset-release.yml
vendored
@@ -86,6 +86,6 @@ jobs:
|
||||
|
||||
# Enable auto-merge for the PR
|
||||
- name: Enable automerge on PR
|
||||
run: gh pr merge --squash --auto ${{ github.event.pull_request.number }}
|
||||
run: gh pr merge --merge --auto ${{ github.event.pull_request.number }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.CROSS_REPO_ACCESS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user