Skip to content

Commit

Permalink
Use body in CP PR message (#505)
Browse files Browse the repository at this point in the history
b/283308580
  • Loading branch information
andrewsavage1 authored Jul 24, 2023
1 parent c5db57d commit 1ae9229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +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.title }}"
${{ github.event.pull_request.body }}

0 comments on commit 1ae9229

Please sign in to comment.