Skip to content

Commit

Permalink
squash! ci: Use rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 4, 2023
1 parent d25521a commit bfd2405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
git config --add user.name 'github-actions[bot]'
git config --add user.email '6270544+github-actions[bot]@users.noreply.github.com'
git rebase --reapply-cherry-picks --keep-base \
upstream/${{ matrix.upstream_branch }}
git rebase -s ort -X theirs upstream/${{ matrix.upstream_branch }}
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit bfd2405

Please sign in to comment.