Skip to content

Commit 0178005

Browse files
ci: Switch PR merge strategy to rebase
Updates the GitHub Actions workflow to use a rebase merge strategy instead of squash when merging automated pull requests. This preserves individual commits from feature branches, ensuring a linear and more granular commit history for data updates.
1 parent 12419cb commit 0178005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-currency-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
GH_TOKEN: ${{ github.token }}
113113
PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}
114114
run: |
115-
gh pr merge --auto --squash --delete-branch "$PR_NUMBER"
115+
gh pr merge --auto --rebase --delete-branch "$PR_NUMBER"

0 commit comments

Comments
 (0)