Skip to content

Commit

Permalink
addingGreatStuff-1737026562 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
peturgq authored Jan 16, 2025
1 parent 32c7057 commit 062244d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/merge-queue-post.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Validate code in the merge queue (post merge)

on:
workflow_dispatch:
merge_group:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-torelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
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 }}
# git push --set-upstream origin unicorn/${{ github.event.pull_request.merge_commit_sha }}
echo "new branch created"
gh pr create -B release/${{ steps.latest_release.outputs.LATEST_RELEASE }} -H unicorn/${{ github.event.pull_request.merge_commit_sha }} --title "Automated cherry-pick of ${{ github.event.pull_request.merge_commit_sha }}" --body "Automated cherry-pick of ${{ github.event.pull_request.merge_commit_sha }}"
# gh pr create -B release/${{ steps.latest_release.outputs.LATEST_RELEASE }} -H unicorn/${{ github.event.pull_request.merge_commit_sha }} --title "Automated cherry-pick of ${{ github.event.pull_request.merge_commit_sha }}" --body "Automated cherry-pick of ${{ github.event.pull_request.merge_commit_sha }}"

0 comments on commit 062244d

Please sign in to comment.