rebase
rebase copied to clipboard
[Githubaction]Cherry-Pick Squashed merged and not created new PR
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