File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ jobs:
110
110
git push origin $cherry_pick_branch --force
111
111
112
112
new_pr_title="$pr_title [Created by @$pr_creator from #$pr_number]"
113
- new_pr_body="$pr_body \\n >This PR cherry-picks commit from original PR #$pr_number."
113
+ new_pr_body="$pr_body
114
+ >This PR is created from original PR #$pr_number."
114
115
115
116
response=$(curl -s -X POST -H "Authorization: token $BOT_TOKEN" \
116
117
-H "Accept: application/vnd.github+json" \
Original file line number Diff line number Diff line change 28
28
distribution : goreleaser
29
29
version : latest
30
30
workdir : .
31
- args : release --clean --release-footer-tmpl=scripts/template/footer.md.tmpl --release-header-tmpl=scripts/template/head.md.tmpl
31
+ args : release --clean
32
32
env :
33
33
USERNAME : ${{ github.repository_owner }}
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments