From 9801a496f12687905f9ba2505b695f34d2325b3e Mon Sep 17 00:00:00 2001 From: Alex Couture-Beil Date: Tue, 2 Apr 2024 15:57:16 -0700 Subject: [PATCH] display URL of existing PR (#3975) Rather than just display the PR number, display a full URL, so users can click on it. Signed-off-by: Alex Couture-Beil --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index d2a35b64..200576c1 100644 --- a/Earthfile +++ b/Earthfile @@ -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: