Skip to content

Commit

Permalink
Revert "fixup! ci: Use git-cherry-pick to merge the upstream recipe c…
Browse files Browse the repository at this point in the history
…ommits"

This reverts commit dafeda9.
  • Loading branch information
akirak committed Nov 3, 2023
1 parent dafeda9 commit ce8f9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Cherry-pick the filtered commits
run: |
git switch ${{ matrix.base_ref }}
git cherry-pick --skip --strategy ort -X hours ..upstream-recipes
git cherry-pick --strategy ort -X hours ..upstream-recipes
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit ce8f9ea

Please sign in to comment.