Skip to content

Commit

Permalink
display URL of existing PR (#3975)
Browse files Browse the repository at this point in the history
Rather than just display the PR number, display a full URL, so users can
click on it.

Signed-off-by: Alex Couture-Beil <[email protected]>
  • Loading branch information
alexcb authored Apr 2, 2024
1 parent e46366d commit 9801a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ open-pr-for-fork:
gh pr create --title "Run tests for PR $pr_number" --draft \
--body "Running tests for https://github.com/$git_repo/pull/$pr_number" --repo $git_repo
ELSE
RUN --no-cache echo A matching test PR for PR $pr_number already exists - $test_pr
RUN --no-cache echo A matching test PR for PR $pr_number already exists: https://github.com/$git_repo/pull/$test_pr
END

check-broken-links-pr:
Expand Down

0 comments on commit 9801a49

Please sign in to comment.