From c835a78d1dc2011385ce88ddbdb3d87c2b610f77 Mon Sep 17 00:00:00 2001 From: charleshofer Date: Tue, 26 Nov 2024 16:27:17 -0600 Subject: [PATCH] Use the reference format for links instead of inline (#162) --- .github/workflows/rocm-open-upstream-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocm-open-upstream-pr.yml b/.github/workflows/rocm-open-upstream-pr.yml index a8748d2d84f6..bd14fa050577 100644 --- a/.github/workflows/rocm-open-upstream-pr.yml +++ b/.github/workflows/rocm-open-upstream-pr.yml @@ -36,6 +36,6 @@ jobs: # Create a link to the that will open up a new PR form to upstream and autofill the fields CREATE_PR_LINK="https://github.com/jax-ml/jax/compare/main...ROCm:jax:$NEW_BRANCH_NAME?expand=1&title=$TITLE_ENC&body=$BODY_ENC" # Add a comment with the link to the PR - COMMENT_BODY="Feature branch from main is ready. [Create a new PR]($CREATE_PR_LINK) destined for upstream?" + COMMENT_BODY="Feature branch from main is ready. [Create a new PR][1] destined for upstream?${NL}${NL}[1]: $CREATE_PR_LINK" gh pr comment ${{ github.event.pull_request.number }} --repo rocm/jax --body "$COMMENT_BODY"