Skip to content

Commit

Permalink
Merge pull request #798 from openimsdk/cherry-pick-8f9aaee
Browse files Browse the repository at this point in the history
build: update PR body. [Created by @mo3et from #796]
  • Loading branch information
mo3et authored Nov 27, 2024
2 parents 8f6a00d + 0de0e38 commit 7f9fa4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge-from-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
git push origin $cherry_pick_branch --force
new_pr_title="$pr_title [Created by @$pr_creator from #$pr_number]"
new_pr_body="$pr_body \\n >This PR cherry-picks commit from original PR #$pr_number."
new_pr_body="$pr_body
>This PR is created from original PR #$pr_number."
response=$(curl -s -X POST -H "Authorization: token $BOT_TOKEN" \
-H "Accept: application/vnd.github+json" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: goreleaser
version: latest
workdir: .
args: release --clean --release-footer-tmpl=scripts/template/footer.md.tmpl --release-header-tmpl=scripts/template/head.md.tmpl
args: release --clean
env:
USERNAME: ${{ github.repository_owner }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f9fa4e

Please sign in to comment.