Skip to content

Commit

Permalink
Use original PR body in CPed PR (#1026)
Browse files Browse the repository at this point in the history
b/283308580
  • Loading branch information
andrewsavage1 authored Jul 24, 2023
1 parent b7e37f5 commit ada6fce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ jobs:
reviewers: ${{ github.event.pull_request.user.login }}
title: "Cherry pick PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}"
body: |
"Refer to the original PR: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}"
Refer to the original PR: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}
${{ github.event.pull_request.body }}

0 comments on commit ada6fce

Please sign in to comment.