Skip to content

Commit

Permalink
Merge branch 'main' into hotfiximportant
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaandersen authored Jan 15, 2025
2 parents 17e3bf5 + 6edc711 commit 74974a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-torelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git config --global user.name "${{ github.actor }} (automated)"
git checkout release/${{ steps.latest_release.outputs.LATEST_RELEASE }}
# git cherry-pick -x ${{ github.event.pull_request.merge_commit_sha }} --strategy-option theirs
git cherry-pick -x ${{ github.event.pull_request.merge_commit_sha }} --strategy-option theirs
git cherry-pick -x ${{ github.event.pull_request.merge_commit_sha }}
git checkout -b unicorn/${{ github.event.pull_request.merge_commit_sha }}
git commit --allow-empty -am "Automated cherry-pick of ${{ github.event.pull_request.merge_commit_sha }}"
git push --set-upstream origin unicorn/${{ github.event.pull_request.merge_commit_sha }}
Expand Down
6 changes: 5 additions & 1 deletion stuff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ I am working on a unicorn thing

HalloGreatStuff-1736960665

Doing very important hotfix

Doing very important hotfix

HalloGreatStuff-1736961437 - doing some important work

0 comments on commit 74974a1

Please sign in to comment.