From 9efc58e1571064e01073626b23cbeefece7f54ee Mon Sep 17 00:00:00 2001 From: Shravan Goswami <123811742+shravanngoswamii@users.noreply.github.com> Date: Fri, 31 May 2024 15:04:23 +0530 Subject: [PATCH] Update comment note in Preview.yml --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 067f5b701..e7f5ce9f0 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -104,7 +104,7 @@ jobs: const prNumber = context.payload.pull_request.number; const repoName = context.repo.repo; const previewUrl = `https://turinglang.org/${repoName}/pr-previews/${prNumber}`; - const commentBody = `Preview the changes: ${previewUrl}`; + const commentBody = `Preview the changes: ${previewUrl}`, Please avoid using the search feature and navigation bar in PR previews!; const botUsername = 'github-actions[bot]'; // Check for existing comments by the bot @@ -135,4 +135,4 @@ jobs: body: commentBody, }); } - \ No newline at end of file +