Skip to content

Commit

Permalink
body added to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaratug committed Oct 17, 2022
1 parent 8431766 commit f719479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ git cherry-pick $MERGE_COMMIT -m 1 &> /tmp/error.log || (
git push -u origin $CHERRY_PICK_BRANCH

# create pr from cherry-pick branch to target branch
gh pr create -B $TARGET_BRANCH -H $CHERRY_PICK_BRANCH --title "Cherry-pick: PR#$PR_NUMBER to $TARGET_BRANCH"
gh pr create -B $TARGET_BRANCH -H $CHERRY_PICK_BRANCH --title "Cherry-pick: PR#$PR_NUMBER to $TARGET_BRANCH" --body "Cherry-pick: PR#$PR_NUMBER to $TARGET_BRANCH"

gh pr comment $PR_NUMBER --body "🤖 says: cherry pick action finished successfully 🎉!<br/>See: https://github.com/$REPO_NAME/actions/runs/$GITHUB_RUN_ID"

0 comments on commit f719479

Please sign in to comment.