I worked with this article https://github.com/marketplace/actions/cherry-pick-squashed-prs Created githubaction file: https://github.com/OdedViner/github_action_test/blob/main/.github/workflows/comment-cherry-pick.yml Create New PR Merge the PR Add comment : /cherry-pick release-2 https://github.com/OdedViner/github_action_test/pull/21 The script run this git push command: ``` git push origindest origindest/release-1:release-1 ``` https://github.com/OdedViner/github_action_test/actions/runs/6419655111/job/17429949884 Is there an option to create a PR and not merge it? In this example `pr-new -> release-1`
I worked with this article https://github.com/marketplace/actions/cherry-pick-squashed-prs
Created githubaction file:
https://github.com/OdedViner/github_action_test/blob/main/.github/workflows/comment-cherry-pick.yml
Create New PR
Merge the PR
Add comment : /cherry-pick release-2
https://github.com/OdedViner/github_action_test/pull/21
The script run this git push command:
https://github.com/OdedViner/github_action_test/actions/runs/6419655111/job/17429949884
Is there an option to create a PR and not merge it? In this example
pr-new -> release-1