From b9d40551745f12fc31045908866157670f4469c7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 27 Sep 2024 07:24:41 +0200 Subject: [PATCH] deploy-preview: Change link to paris Two changes - make the click target a bit bigger then "here" - add `?id=n17807753` which is Paris so users don't start at the work which in my experience is never where I do mapping --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 836cb9845..3fbfe9400 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -78,7 +78,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: pullRequestNumber, - body: `${start} You can preview the tagging presets of this pull request [here](https://pr-${pullRequestNumber}--ideditor-presets-preview.netlify.app/id/dist/#locale=en).` + body: `${start} You can preview the tagging presets of this pull request [in this deploy preview](https://pr-${pullRequestNumber}--ideditor-presets-preview.netlify.app/id/dist/?id=n17807753#locale=en).` }); } else { console.log(`Preview URL comment already added to PR #${pullRequestNumber}`);